ports/devel/py-pyjq/Makefile
Muhammad Moinur Rahman f17754bc05
*/*: Remove defunct references to python3.8
- Remove non DEFAULT python option in finance/quickfix
- Remove python conditionals for sysutils/py-borgmatic
- Remove python confitional deskutils/py-bugwarrior/Makefile

Approved by:	portmgr (just-fix-it)
2025-03-31 21:18:53 +02:00

27 lines
557 B
Makefile

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>