freebsd-ports/security/py-itsdangerous/Makefile
Wen Heping 73f3467b93 security/py-itsdangerous: Update to 2.0.1 [1]
Remove JSON option, upstream do not use simplejson now
PR:		255925 [1]
Reported by:	vidwer+fbsdbugs@gmail.com [1]
Approved by:	maintainer
2021-10-26 09:31:49 +08:00

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>