23 lines
403 B
Makefile
23 lines
403 B
Makefile
|
COMMENT= argparse replacement, allows options to be set via files/env
|
||
|
|
||
|
MODPY_EGG_VERSION= 1.5.3
|
||
|
DISTNAME= ConfigArgParse-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME}
|
||
|
REVISION= 1
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
MODULES= lang/python
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools
|
||
|
|
||
|
TEST_DEPENDS= textproc/py-yaml${MODPY_FLAVOR}
|
||
|
|
||
|
.include <bsd.port.mk>
|