18 lines
299 B
Makefile
18 lines
299 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= jsonpatch
|
||
|
PORTVERSION= 1.7
|
||
|
CATEGORIES= devel python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= harm@weites.com
|
||
|
COMMENT= Apply JSON-Patches (RFC 6902)
|
||
|
|
||
|
LICENSE= BSD3CLAUSE
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
.include <bsd.port.mk>
|