summaryrefslogtreecommitdiff
path: root/devel/py-jsonsir/Makefile
blob: 91b363cb86b8da7b16f702b0265ac3555d992935 (plain) (blame)
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
USE_PYTHON=	distutils autoplist

USE_GITHUB=	yes

GH_ACCOUNT=	RussellLuo
GH_TAGNAME=	af866cb

.include <bsd.port.mk>