33c754ddf8
Port changes: * Change to DISTVERSION * Move RUN_DEPENDS to proper place * Add NO_ARCH=yes * Rename the target regression-test -> do-test * Change WWW to the real homepage PR: 226508 Approved by: harm@weites.com (maintainer timeout; 15 days)
24 lines
508 B
Makefile
24 lines
508 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jsonpatch
|
|
DISTVERSION= 1.21
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= harm@weites.com
|
|
COMMENT= Apply JSON-Patches (RFC 6902)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
do-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} tests.py
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ext_tests.py
|
|
|
|
.include <bsd.port.mk>
|