1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/py-jsonslicer/Makefile
2021-04-08 02:19:01 +03:00

28 lines
612 B
Makefile

PORTNAME= jsonslicer
PORTVERSION= 0.1.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Stream JSON parser for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyajl.so:devel/yajl
USES= compiler:c++11-lang pkgconfig python:3.5+
USE_PYTHON= autoplist distutils
# pydistutils problem, it uses CC for compiling C++ code
CC= ${CXX}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jsonslicer*.so
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>