cf118ccf87
Reported by: lwhsu
19 lines
333 B
Makefile
19 lines
333 B
Makefile
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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= RussellLuo
|
|
GH_TAGNAME= af866cb
|
|
|
|
.include <bsd.port.mk>
|