devel/py-Faker: Add USE_PYTHON=concurrent

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-06-19 01:58:17 +00:00
parent 17d5d28c84
commit 16a8cf00d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472745

View File

@ -3,6 +3,7 @@
PORTNAME= Faker
PORTVERSION= 0.8.15
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +14,6 @@ COMMENT= Generate fake data using python
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>