aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-route53
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-23 13:33:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-23 13:33:29 +0000
commit60852f734cc91d29c0d8769172b0047a0ab96594 (patch)
tree5e9728ed127244550ba865d3769eb57d26ea8a10 /security/py-certbot-dns-route53
parent0ab22e8ac9dc837cada81c56c458f2ba1fa29e5b (diff)
downloadports-60852f734cc91d29c0d8769172b0047a0ab96594.tar.gz
ports-60852f734cc91d29c0d8769172b0047a0ab96594.zip
Add missing dependency.
Reported by: carmel_ny outlook com With hat: pointy (mat) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=462697
Diffstat (limited to 'security/py-certbot-dns-route53')
-rw-r--r--security/py-certbot-dns-route53/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-certbot-dns-route53/Makefile b/security/py-certbot-dns-route53/Makefile
index 2bf1e6085d12..f92300c367e2 100644
--- a/security/py-certbot-dns-route53/Makefile
+++ b/security/py-certbot-dns-route53/Makefile
@@ -2,6 +2,7 @@
PORTNAME= certbot-dns-route53
PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR}