mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
422 B
Makefile
27 lines
422 B
Makefile
COMMENT = parser for Coffeescript Object Notation (CSON)
|
|
|
|
MODPY_DISTV = 0.8
|
|
|
|
DISTNAME = cson-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/avakar/pycson
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-speg
|
|
|
|
# test files not included in pypi distribution
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|