MFH: r515178

- Enable concurrent installation

PR:		241396
Approved by:	portmgr (blanket: framework compliance (python))
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
This commit is contained in:
Li-Wen Hsu 2019-10-22 13:27:12 +00:00
parent 7f4a45acb1
commit ac3eb7dab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=515196

View File

@ -3,6 +3,7 @@
PORTNAME= scapy
PORTVERSION= 2.4.3
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR}
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes