summaryrefslogtreecommitdiff
path: root/devel/py-simplejson/Makefile
blob: af6c2266920b250d76b96eb6ebfa7f9020aa0ad2 (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.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
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:3.6+
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>