aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-06 11:54:47 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-03-06 11:54:47 +0000
commitc02f95290ec7e7e24031c51e6bd37133a2c01aac (patch)
treee94994e9a0326444793eb386e4aaa0a74e0e29fe /www
parent74c77cbc22faa7beda776c76f1cca5e59873a658 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-httplib2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile
index 1689ea56cc03..fa80a69d1860 100644
--- a/www/py-httplib2/Makefile
+++ b/www/py-httplib2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= httplib2
PORTVERSION= 0.19.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,9 @@ COMMENT= Comprehensive HTTP client library
LICENSE= MIT
-USES= python:3.6+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.4.2:devel/py-pyparsing@${PY_FLAVOR}
+
+USES= python
NO_ARCH= yes
USE_PYTHON= autoplist distutils