svn commit: r347040 - head/security/py-itsdangerous
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 4 16:22:48 UTC 2014
Author: sunpoet
Date: Tue Mar 4 16:22:48 2014
New Revision: 347040
URL: http://svnweb.freebsd.org/changeset/ports/347040
QAT: https://qat.redports.org/buildarchive/r347040/
Log:
- Add LICENSE
- Convert to new options helper
Approved by: portmgr (blanket)
Modified:
head/security/py-itsdangerous/Makefile
Modified: head/security/py-itsdangerous/Makefile
==============================================================================
--- head/security/py-itsdangerous/Makefile Tue Mar 4 16:17:15 2014 (r347039)
+++ head/security/py-itsdangerous/Makefile Tue Mar 4 16:22:48 2014 (r347040)
@@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivierd at 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>
More information about the svn-ports-all
mailing list