diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-01-22 15:44:05 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-01-22 15:44:05 +0000 |
commit | dcc009b790336f95a98c1a4832afd58ae621ade1 (patch) | |
tree | ea1e9a9f7e158646afd48d42cc7b89cfa333155b /security/py-acme/Makefile | |
parent | b479b6b7b9cf52bd880ebf085d05b1749424ba9f (diff) |
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 00dd92d38e84..74dd89a13d79 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -15,6 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}josepy>=1.0.0:security/py-josepy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ |