summaryrefslogtreecommitdiff
path: root/devel/py-pyjq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyjq/Makefile')
-rw-r--r--devel/py-pyjq/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/py-pyjq/Makefile b/devel/py-pyjq/Makefile
deleted file mode 100644
index 8006721108ac..000000000000
--- a/devel/py-pyjq/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= pyjq
-PORTVERSION= 2.4.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gmm@tutanota.com
-COMMENT= Python binding for jq
-WWW= https://github.com/doloopwhile/pyjq
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-LIB_DEPENDS= libjq.so:textproc/jq \
- libonig.so:devel/oniguruma
-
-USES= localbase python:3.9
-USE_PYTHON= autoplist distutils
-
-post-patch:
- @${RM} -r ${WRKSRC}/dependencies
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pyjq*.so
-
-.include <bsd.port.mk>