aboutsummaryrefslogtreecommitdiff
path: root/net/py-urllib3
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-06-10 03:21:13 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-06-10 03:21:13 +0000
commit3a122c1aeb50c981004913e25507e245b371599e (patch)
tree338c9e97f3994aeeb4649058b7b6765081f8e3e6 /net/py-urllib3
parent17e8d7254783aa4c88badc47da6f3cd0eaa7499b (diff)
downloadports-3a122c1aeb50c981004913e25507e245b371599e.tar.gz
ports-3a122c1aeb50c981004913e25507e245b371599e.zip
Notes
Diffstat (limited to 'net/py-urllib3')
-rw-r--r--net/py-urllib3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile
index 1d06e32c2900..bf85161c7b7b 100644
--- a/net/py-urllib3/Makefile
+++ b/net/py-urllib3/Makefile
@@ -29,8 +29,10 @@ SUB_FILES= pkg-message
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress
.endif
-.if ${PYTHON_REL} < 3400
+.if ${PYTHON_REL} < 3300
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi
+.elif ${PYTHON_REL} < 3400
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py3-certifi
.endif
.include <bsd.port.post.mk>