opnsense-ports/devel/py-jsonlib2/Makefile
Franco Fichtner d68dec575a */*: sync with upstream
Taken from: HardenedBSD
2019-03-11 13:30:01 +01:00

17 lines
356 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= jsonlib2
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= JSON Serializer/Deserializer for Python
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>