aboutsummaryrefslogtreecommitdiff
path: root/security/py-itsdangerous
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-12 20:59:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-12 20:59:02 +0000
commitfa2a3abcadb9e2ab11340a80c503ef68858ebb6f (patch)
tree1ca519bf0d75b01ce5e7f7b78cbcfb9b9063094a /security/py-itsdangerous
parent0414f5e7b954b0bc33d435fb28b8e9380872142d (diff)
downloadports-fa2a3abcadb9e2ab11340a80c503ef68858ebb6f.tar.gz
ports-fa2a3abcadb9e2ab11340a80c503ef68858ebb6f.zip
Add NO_ARCH
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=498757
Diffstat (limited to 'security/py-itsdangerous')
-rw-r--r--security/py-itsdangerous/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile
index dacd2c8981a6..58333d0dade8 100644
--- a/security/py-itsdangerous/Makefile
+++ b/security/py-itsdangerous/Makefile
@@ -12,9 +12,11 @@ COMMENT= Various helpers to pass data in untrusted environments
LICENSE= BSD3CLAUSE
-USES= python
+USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
OPTIONS_DEFINE= JSON
JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson@${PY_FLAVOR}