Files
2026-03-16 22:28:25 +00:00

19 lines
331 B
Makefile

COMMENT= Python implementation of json5
MODPY_DISTV= 0.12.1
# N.B. there is also textproc/py-pyjson5, which is different
DISTNAME= json5-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= textproc
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
.include <bsd.port.mk>