diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
commit | f637b43fec14553dcf7fdd3a95991aa5909cc59c (patch) | |
tree | fff1f4332450097c333cfe25b401c82dcda38958 /security/py-acme/Makefile | |
parent | 075d066d971344577ca5b776fb386446bd31d81f (diff) | |
download | ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.tar.gz ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.zip |
Notes
Diffstat (limited to 'security/py-acme/Makefile')
-rw-r--r-- | security/py-acme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 9f844bcb563f..b50aa0a702f7 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= acme +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSION= 0.0.0.dev20151104 CATEGORIES= security python @@ -12,7 +13,7 @@ COMMENT= ACME implementation LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:${PORTSDIR}/security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:${PORTSDIR}/net/py-ndg_httpsclient \ |