opnsense-ports/devel/py-simplejson/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

23 lines
592 B
Makefile

PORTNAME= simplejson
PORTVERSION= 3.18.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simple, fast, extensible JSON encoder/decoder
WWW= https://github.com/simplejson/simplejson
# dual-licensed under MIT and Academic Free License version 2.1
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe python
USE_PYTHON= autoplist concurrent distutils unittest
CPE_VENDOR= simplejson_project
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>