aboutsummaryrefslogtreecommitdiff
path: root/security/py-itsdangerous
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-04 16:22:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-04 16:22:48 +0000
commita98135aaf2d21e88b4edf6366750ceba426c4297 (patch)
tree03418b9e92b94e3d3ddea219ac53eb98adf81479 /security/py-itsdangerous
parent4e02765e1a5335a65b063b5008f899eadcc4f670 (diff)
downloadports-a98135aaf2d21e88b4edf6366750ceba426c4297.tar.gz
ports-a98135aaf2d21e88b4edf6366750ceba426c4297.zip
Notes
Diffstat (limited to 'security/py-itsdangerous')
-rw-r--r--security/py-itsdangerous/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile
index cb7c87b8577d..324ae4efad5a 100644
--- a/security/py-itsdangerous/Makefile
+++ b/security/py-itsdangerous/Makefile
@@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Various helpers to pass data in untrusted environments
+LICENSE= BSD3CLAUSE
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
@@ -17,10 +19,6 @@ PYDISTUTILS_AUTOPLIST= yes
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= JSON
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MJSON}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson
-.endif
+JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson
.include <bsd.port.mk>