1cd63b7a8c
A serializer for JSON-like data in Python. WWW: https://github.com/RussellLuo/jsonsir PR: 234883 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
21 lines
341 B
Makefile
21 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jsonsir
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Serializer for JSON-like data in Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= RussellLuo
|
|
GH_TAGNAME= af866cb
|
|
|
|
.include <bsd.port.mk>
|