summaryrefslogtreecommitdiff
path: root/devel/py-jsonsir/Makefile
blob: c25c9aebe7d685615390437206288b9cb68d7893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	jsonsir
PORTVERSION=	0.0.2
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Serializer for JSON-like data in Python
WWW=		https://github.com/RussellLuo/jsonsir

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

USE_GITHUB=	yes

GH_ACCOUNT=	RussellLuo
GH_TAGNAME=	af866cb

.include <bsd.port.mk>