25 lines
377 B
Makefile
25 lines
377 B
Makefile
COMMENT= brain-dead simple config-ini parsing
|
|
|
|
MODPY_EGG_VERSION= 2.0.0
|
|
|
|
DISTNAME= iniconfig-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://github.com/RonnyPfannschmidt/iniconfig
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatch-vcs
|
|
|
|
.include <bsd.port.mk>
|