aboutsummaryrefslogtreecommitdiff
path: root/net/py-ndg_httpsclient
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-02 17:04:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-02 17:04:23 +0000
commit063f317caf687877646e2662d15a7c07ebc17ac9 (patch)
treee6fac52282278277998ab78a0cda8357f22792c8 /net/py-ndg_httpsclient
parente520ed5732ae5d10846f6ae5e64dd96883f9c50a (diff)
downloadports-063f317caf687877646e2662d15a7c07ebc17ac9.tar.gz
ports-063f317caf687877646e2662d15a7c07ebc17ac9.zip
Notes
Diffstat (limited to 'net/py-ndg_httpsclient')
-rw-r--r--net/py-ndg_httpsclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-ndg_httpsclient/Makefile b/net/py-ndg_httpsclient/Makefile
index cca035fbe7a8..260ce583a836 100644
--- a/net/py-ndg_httpsclient/Makefile
+++ b/net/py-ndg_httpsclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ndg_httpsclient
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
-USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>