freebsd-ports/devel/py-jsonsir/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
346 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:3.6+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= RussellLuo
GH_TAGNAME= af866cb
.include <bsd.port.mk>