mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
331 B
Makefile
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>
|