mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
342 B
Makefile
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>
|