summaryrefslogtreecommitdiff
path: root/devel/py-simplejson/Makefile
blob: 4c7454e5ba4a500f0dcc3808563fb8361976b3f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>