73f3467b93
Remove JSON option, upstream do not use simplejson now PR: 255925 [1] Reported by: vidwer+fbsdbugs@gmail.com [1] Approved by: maintainer
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= itsdangerous
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Various helpers to pass data in untrusted environments
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|