freebsd-ports/devel/py-jsonpatch/Makefile

18 lines
299 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= jsonpatch
PORTVERSION= 1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= harm@weites.com
COMMENT= Apply JSON-Patches (RFC 6902)
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>