diff options
Diffstat (limited to 'devel/py-condense-json/Makefile')
-rw-r--r-- | devel/py-condense-json/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-condense-json/Makefile b/devel/py-condense-json/Makefile new file mode 100644 index 000000000000..42cabbbd15b5 --- /dev/null +++ b/devel/py-condense-json/Makefile @@ -0,0 +1,23 @@ +PORTNAME= condense-json +DISTVERSION= 0.1.3 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= condense_json-${DISTVERSION} + +MAINTAINER= dch@FreeBSD.org +COMMENT= Python function for condensing JSON using replacement strings +WWW= https://github.com/simonw/condense-json + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python shebangfix +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |