summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-01-15 09:38:10 +0000
committertriaxx <triaxx@pkgsrc.org>2019-01-15 09:38:10 +0000
commitf24aef24d82fb417cbd55fd3fff2e3c9482f049a (patch)
treeacf45bdd8077f906942ffee1dfb2ee21bcbffd2d /security
parentd591ad345d80f5fd61bb15988661a00dbd8b1bf4 (diff)
downloadpkgsrc-f24aef24d82fb417cbd55fd3fff2e3c9482f049a.tar.gz
py-certbot-dns-route53: add certbot route53 plugin
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot-dns-route53/DESCR3
-rw-r--r--security/py-certbot-dns-route53/Makefile23
-rw-r--r--security/py-certbot-dns-route53/PLIST19
3 files changed, 45 insertions, 0 deletions
diff --git a/security/py-certbot-dns-route53/DESCR b/security/py-certbot-dns-route53/DESCR
new file mode 100644
index 00000000000..3d891cc2dd9
--- /dev/null
+++ b/security/py-certbot-dns-route53/DESCR
@@ -0,0 +1,3 @@
+The dns_route53 plugin automates the process of completing a dns-01 challenge
+(DNS01) by creating, and subsequently removing, TXT records using the Amazon
+Web Services Route 53 API.
diff --git a/security/py-certbot-dns-route53/Makefile b/security/py-certbot-dns-route53/Makefile
new file mode 100644
index 00000000000..4f040898681
--- /dev/null
+++ b/security/py-certbot-dns-route53/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/01/15 09:38:10 triaxx Exp $
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-route53/}
+CATEGORIES= security
+
+COMMENT= Amazon Web Services Route 53 API plugin for Certbot
+MAINTAINER= triaxx@NetBSD.org
+LICENSE= apache-2.0
+
+.include "../../security/py-certbot/Makefile.common"
+
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+
+EGG_NAME= ${DISTNAME:S/certbot/certbot_dns_route53/}
+
+PYSETUPSUBDIR= certbot-dns-route53
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-certbot-dns-route53/PLIST b/security/py-certbot-dns-route53/PLIST
new file mode 100644
index 00000000000..4bb1c1fe34c
--- /dev/null
+++ b/security/py-certbot-dns-route53/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/15 09:38:10 triaxx Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/certbot_dns_route53/__init__.py
+${PYSITELIB}/certbot_dns_route53/__init__.pyo
+${PYSITELIB}/certbot_dns_route53/__init__.pyc
+${PYSITELIB}/certbot_dns_route53/authenticator.pyo
+${PYSITELIB}/certbot_dns_route53/authenticator.pyc
+${PYSITELIB}/certbot_dns_route53/dns_route53.pyo
+${PYSITELIB}/certbot_dns_route53/dns_route53.pyc
+${PYSITELIB}/certbot_dns_route53/dns_route53_test.pyo
+${PYSITELIB}/certbot_dns_route53/dns_route53_test.pyc
+${PYSITELIB}/certbot_dns_route53/authenticator.py
+${PYSITELIB}/certbot_dns_route53/dns_route53.py
+${PYSITELIB}/certbot_dns_route53/dns_route53_test.py