aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-rfc2136/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-12 11:07:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-12 11:07:37 +0000
commitac9377152363e6a390d700f2fbbd96c47fcd1b4e (patch)
tree9f4473765adfb4f56c46a935f75d5021df82472d /security/py-certbot-dns-rfc2136/Makefile
parent9b8b75fd295a3569afe54825d2b79b8779e7ad1e (diff)
downloadports-ac9377152363e6a390d700f2fbbd96c47fcd1b4e.tar.gz
ports-ac9377152363e6a390d700f2fbbd96c47fcd1b4e.zip
Update to 0.23.0
- Update and sort RUN_DEPENDS Changes: https://github.com/certbot/certbot/milestones?state=closed
Notes
Notes: svn path=/head/; revision=467144
Diffstat (limited to 'security/py-certbot-dns-rfc2136/Makefile')
-rw-r--r--security/py-certbot-dns-rfc2136/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-certbot-dns-rfc2136/Makefile b/security/py-certbot-dns-rfc2136/Makefile
index 42bc04e623da..17c8c0a6881e 100644
--- a/security/py-certbot-dns-rfc2136/Makefile
+++ b/security/py-certbot-dns-rfc2136/Makefile
@@ -15,8 +15,8 @@ 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}dnspython>0:dns/py-dnspython@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR}
USES= python