1PORTNAME= jsonpointer 2PORTVERSION= 2.0 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Identify specific nodes in a JSON document (RFC 6901) 9WWW= https://pypi.org/project/jsonpointer/ 10 11LICENSE= bsd3 12LICENSE_FILE= ${WRKSRC}/LICENSE.txt 13 14USES= python 15USE_PYTHON= autoplist concurrent distutils 16 17NO_ARCH= yes 18 19.include <bsd.port.mk> 20