aboutsummaryrefslogtreecommitdiff
path: root/security/py-stem
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-20 06:48:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-20 06:48:59 +0000
commit3d6c364653a367fafa699ee3c8ba754a331910ba (patch)
treecec95cbeedddd230fbba8da1086c53bf87c2fcc1 /security/py-stem
parente0c0eb2ce0f627024a6aa20c88dc0be549bbe8dc (diff)
downloadports-3d6c364653a367fafa699ee3c8ba754a331910ba.tar.gz
ports-3d6c364653a367fafa699ee3c8ba754a331910ba.zip
security/py-stem: Added USE_PYTHON=concurrent
PR: 225542 Submitted by: myself Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=462373
Diffstat (limited to 'security/py-stem')
-rw-r--r--security/py-stem/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-stem/Makefile b/security/py-stem/Makefile
index d21cda9321bf..4e8a75281615 100644
--- a/security/py-stem/Makefile
+++ b/security/py-stem/Makefile
@@ -3,6 +3,7 @@
PORTNAME= stem
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
do-test: