diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-05 00:22:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-05 00:22:48 +0800 |
commit | 66b3148a65b289b45918583bca5144b92bf05e13 (patch) | |
tree | 03418b9e92b94e3d3ddea219ac53eb98adf81479 /security/py-itsdangerous | |
parent | 1f4db5472b566f79fd7c3df4c228ee984902b8de (diff) | |
download | freebsd-ports-gnome-66b3148a65b289b45918583bca5144b92bf05e13.tar.gz freebsd-ports-gnome-66b3148a65b289b45918583bca5144b92bf05e13.tar.zst freebsd-ports-gnome-66b3148a65b289b45918583bca5144b92bf05e13.zip |
- Add LICENSE
- Convert to new options helper
Approved by: portmgr (blanket)
Diffstat (limited to 'security/py-itsdangerous')
-rw-r--r-- | security/py-itsdangerous/Makefile | 8 |
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> |