freebsd-ports/devel/py-jsonpointer/Makefile
Yuri Victorovich dbdfc2abee devel/py-jsonpointer: Add USE_PYTHON=concurrent
Approved by:	portmgr (port compliance, infrastructure)
Approved by:	tcberner (mentor, implicit)
2018-03-11 01:03:15 +00:00

20 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= jsonpointer
PORTVERSION= 1.9
PORTREVISION= 1
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 concurrent distutils
.include <bsd.port.mk>