b65f7416b9
Reported by: portscout
19 lines
419 B
Makefile
19 lines
419 B
Makefile
PORTNAME= json_tricks
|
|
DISTVERSION= 3.17.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Extra features for Python's JSON: comments, order, datetimes, etc
|
|
WWW= https://github.com/mverleg/pyjson_tricks
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|