ports/devel/py-jsonpointer/Makefile
2014-08-18 17:20:58 +00:00

17 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= jsonpointer
PORTVERSION= 1.4
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
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>