Files
ports/devel/py-astor/Makefile
T
2026-03-16 22:28:25 +00:00

19 lines
267 B
Makefile

COMMENT = manipulate Python source via the AST
MODPY_DISTV= 0.8.1
DISTNAME= astor-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 3
CATEGORIES= devel
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
.include <bsd.port.mk>