summaryrefslogtreecommitdiff
path: root/security/py-certbot
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-01-15 12:07:25 +0000
committertriaxx <triaxx@pkgsrc.org>2019-01-15 12:07:25 +0000
commit50b610c67245823ce692235beb3aab88f46416bd (patch)
treec78a71efea3315b34b766415ab5e4fffa8a45938 /security/py-certbot
parent7432b84eb5a78193a34f9a1f5088f50ec8dc9114 (diff)
downloadpkgsrc-50b610c67245823ce692235beb3aab88f46416bd.tar.gz
py-certbot: add ovh, sakura cloud and nginx plugins
Diffstat (limited to 'security/py-certbot')
-rw-r--r--security/py-certbot/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common
index 25c1ecbc942..74fd80c6546 100644
--- a/security/py-certbot/Makefile.common
+++ b/security/py-certbot/Makefile.common
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile.common,v 1.29 2019/01/15 09:32:11 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/01/15 12:07:25 triaxx Exp $
#
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
+# used by security/py-certbot-dns-ovh/Makefile
# used by security/py-certbot-dns-rfc2136/Makefile
# used by security/py-certbot-dns-route53/Makefile
+# used by security/py-certbot-dns-sakuracloud/Makefile
+# used by security/py-certbot-nginx/Makefile
DISTNAME= certbot-0.30.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/}