22 lines
377 B
Makefile
22 lines
377 B
Makefile
COMMENT= autogenerate argparse parsers from function signatures
|
|
|
|
MODPY_EGG_VERSION= 2.2.2
|
|
DISTNAME= autocommand-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/Lucretiel/autocommand
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|