diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 30936e0d7c5b..4a5c7b1bdbfe 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -1,25 +1,26 @@ # Created by: Alexander Botero-Lowry PORTNAME= simplejson PORTVERSION= 3.17.5 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 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= simplejson_project USE_PYTHON= autoplist concurrent distutils post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v .include