ports/devel/py-jsonlib2/Makefile
2019-03-10 10:42:03 +00: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>