freebsd-ports/security/py-itsdangerous/Makefile

23 lines
471 B
Makefile
Raw Normal View History

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= itsdangerous
PORTVERSION= 0.24
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2017-03-19 17:05:34 +01:00
MAINTAINER= rm@FreeBSD.org
COMMENT= Various helpers to pass data in untrusted environments
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= JSON
JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson@${FLAVOR}
.include <bsd.port.mk>