diff options
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/} |