Files
ports/textproc/py-bashlex/Makefile
T
2025-04-29 10:40:12 +00:00

20 lines
342 B
Makefile

COMMENT= Python port of the parser used internally by GNU bash
MODPY_DISTV= 0.18
DISTNAME= bashlex-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc sysutils
REVISION= 2
HOMEPAGE= https://github.com/idank/bashlex
# GPLv3+
PERMIT_PACKAGE= Yes
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
MODULES= lang/python
.include <bsd.port.mk>