freebsd-ports/devel/py-jsonpatch/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= jsonpatch
PORTVERSION= 1.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= harm@weites.com
COMMENT= Apply JSON-Patches (RFC 6902)
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
.include <bsd.port.mk>