aboutsummaryrefslogtreecommitdiff
path: root/devel/py-demjson/Makefile
blob: a3a47c94a7fedbc947da89c990108e1b891a3ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	demjson
PORTVERSION=	3.0.6
CATEGORIES=	devel python
MASTER_SITES=	PYPI \
		http://deron.meranda.us/python/demjson/dist/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}3-${PORTVERSION}

MAINTAINER=	robak@FreeBSD.org
COMMENT=	Encoder, Decoder and Lint/Validator for JSON
WWW=		http://deron.meranda.us/python/demjson/

LICENSE=	LGPL3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.7+ shebangfix
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>