# Created by: Alexander Botero-Lowry # $FreeBSD: head/devel/py-simplejson/Makefile 411937 2016-03-26 17:10:25Z sunpoet $ PORTNAME= simplejson PORTVERSION= 3.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simple, fast, extensible JSON encoder/decoder # dual-licensed under MIT and Academic Free License version 2.1 LICENSE= MIT USES= python USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so do-test: cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} test .include