From 50b610c67245823ce692235beb3aab88f46416bd Mon Sep 17 00:00:00 2001 From: triaxx Date: Tue, 15 Jan 2019 12:07:25 +0000 Subject: py-certbot: add ovh, sakura cloud and nginx plugins --- security/py-certbot/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') 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/} -- cgit v1.2.3