aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:32:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:39:38 +0000
commit73f26075d9b983ae1ca51c746ce161bacf018db5 (patch)
tree4bd0c12345593fb872e54857d581f934629591de /www
parent20fb2b95f303864ce3c25a1ca6f6cf2bfdfad02a (diff)
downloadports-73f26075d9b983ae1ca51c746ce161bacf018db5.tar.gz
ports-73f26075d9b983ae1ca51c746ce161bacf018db5.zip
www/py-httpx013: Cosmetic change
Diffstat (limited to 'www')
-rw-r--r--www/py-httpx013/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-httpx013/Makefile b/www/py-httpx013/Makefile
index 963c52eba0a7..3a38c0b0bf9b 100644
--- a/www/py-httpx013/Makefile
+++ b/www/py-httpx013/Makefile
@@ -22,13 +22,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3:www/py-rfc3986@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
-USES= python:3.7+ cpe
+USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent distutils
-CPE_VENDOR= encode
-
NO_ARCH= yes
+CPE_VENDOR= encode
+
PORTSCOUT= limit:^0\.13\.
.include <bsd.port.mk>