diff options
author | triaxx <triaxx@pkgsrc.org> | 2019-01-15 12:07:25 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2019-01-15 12:07:25 +0000 |
commit | 50b610c67245823ce692235beb3aab88f46416bd (patch) | |
tree | c78a71efea3315b34b766415ab5e4fffa8a45938 /security | |
parent | 7432b84eb5a78193a34f9a1f5088f50ec8dc9114 (diff) | |
download | pkgsrc-50b610c67245823ce692235beb3aab88f46416bd.tar.gz |
py-certbot: add ovh, sakura cloud and nginx plugins
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certbot/Makefile.common | 5 |
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/} |