opnsense-ports/devel/py-jsonpointer/Makefile
Franco Fichtner d44655af41 */*: sync with upstream
Taken from: FreeBSD
2015-07-18 07:01:00 +02:00

19 lines
339 B
Makefile

# $FreeBSD$
PORTNAME= jsonpointer
PORTVERSION= 1.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= harm@weites.com
COMMENT= Identify specific nodes in a JSON document (RFC 6901)
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>