blob: c81460dcb8a03d2ce567140dbaec45205f6d95bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= json_tricks
DISTVERSION= 3.15.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extra features for Python's JSON: comments, order, datetimes, etc
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|