24 lines
417 B
Makefile
24 lines
417 B
Makefile
COMMENT= JSON encoder/decoder
|
|
|
|
MODPY_EGG_VERSION= 3.19.1
|
|
DISTNAME= simplejson-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# MIT/AFLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${MODPY_WANTLIB} pthread
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
MODPY_PYTEST_ARGS= simplejson/tests
|
|
|
|
# security/floss which depends on this is still py2-only
|
|
FLAVORS= python3
|
|
FLAVOR?=
|
|
|
|
.include <bsd.port.mk>
|