freebsd-ports/devel/py-jsonsir/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>