mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
328 B
Makefile
20 lines
328 B
Makefile
COMMENT= argparse replacement, allows options to be set via files/env
|
|
|
|
MODPY_DISTV= 1.7
|
|
DISTNAME= ConfigArgParse-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_DEPENDS= textproc/py-yaml
|
|
|
|
.include <bsd.port.mk>
|