summaryrefslogtreecommitdiff
path: root/devel/py-jsonpointer/Makefile
blob: 30de9b500dcf65d3a76f5b6679a7664c323337dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>