|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD: head/devel/py-jsonpatch/Makefile 365329 2014-08-18 17:28:25Z wg $ |
1 |
# $FreeBSD: head/devel/py-jsonpatch/Makefile 365329 2014-08-18 17:28:25Z wg $ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= jsonpatch |
3 |
PORTNAME= jsonpatch |
| 4 |
PORTVERSION= 1.7 |
4 |
PORTVERSION= 1.9 |
| 5 |
CATEGORIES= devel python |
5 |
CATEGORIES= devel python |
| 6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
| 7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
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: build |
| 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> |