freebsd-ports/devel/py-json_tricks/Makefile
Yuri Victorovich b65f7416b9 devel/py-json_tricks: Update 3.17.2 → 3.17.3
Reported by:	portscout
2023-08-21 17:10:58 -07:00

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>