aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2021-06-28 05:45:01 +0000
committerFukang Chen <loader@FreeBSD.org>2021-06-29 09:27:30 +0000
commit6edd4051890c2ea511edfc8da19dfc07d5933a3f (patch)
tree1961380e663f1f014380dfe7a3e926116187c1d1 /comms
parenta7f528a830642f2a1b8bf5b5b668617c53466264 (diff)
downloadports-6edd4051890c2ea511edfc8da19dfc07d5933a3f.tar.gz
ports-6edd4051890c2ea511edfc8da19dfc07d5933a3f.zip
comms/py-pyserial: Add USE_PYTHON=concurrent
- Allow concurrent installation for bin/pyserial-{miniterm,ports} Reviewed by: koobs, sbz Approved by: koobs (ports, mentor), sbz (maintainer) Differential Revision: https://reviews.freebsd.org/D30920 MFH: 2021Q2 (ports compliance)
Diffstat (limited to 'comms')
-rw-r--r--comms/py-pyserial/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/py-pyserial/Makefile b/comms/py-pyserial/Makefile
index b0dfcbe56ce8..7dd89f348134 100644
--- a/comms/py-pyserial/Makefile
+++ b/comms/py-pyserial/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pyserial
PORTVERSION= 3.5
+PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes