View | Details | Raw Unified | Return to bug 199338 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-jsonpatch/Makefile (+6 lines)
Lines 9-17 Link Here
9
MAINTAINER=	harm@weites.com
9
MAINTAINER=	harm@weites.com
10
COMMENT=	Apply JSON-Patches (RFC 6902)
10
COMMENT=	Apply JSON-Patches (RFC 6902)
11
11
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonpointer>0:${PORTSDIR}/devel/py-jsonpointer
13
12
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
13
15
14
USES=		python
16
USES=		python
15
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
16
18
19
regression-test:
20
	@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
21
	@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py 
22
17
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 199338