opnsense-ports/devel/py-jmespath/Makefile
Franco Fichtner 3db8e32b88 */*: sync with upstream
Taken from: FreeBSD
2015-10-28 07:35:10 +01:00

18 lines
359 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= jmespath
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexey@renatasystems.org
COMMENT= JSON Matching Expressions
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>