aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-gehirn
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-07-28 02:52:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-07-28 02:52:54 +0000
commitc6e9689ec1a463ed4fc3ac032ca6b77284a5071a (patch)
tree62ff8343e3639cdb17f7339a1c948b40bbfda92f /security/py-certbot-dns-gehirn
parent3cee8bca717512d13f266d4f816073b0723ecc1c (diff)
downloadports-c6e9689ec1a463ed4fc3ac032ca6b77284a5071a.tar.gz
ports-c6e9689ec1a463ed4fc3ac032ca6b77284a5071a.zip
This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot PR: 229746 Submitted by: tremere@cainites.net Sponsored by: iXsystems Inc.
Notes
Notes: svn path=/head/; revision=475482
Diffstat (limited to 'security/py-certbot-dns-gehirn')
-rw-r--r--security/py-certbot-dns-gehirn/Makefile33
-rw-r--r--security/py-certbot-dns-gehirn/distinfo3
-rw-r--r--security/py-certbot-dns-gehirn/pkg-descr3
3 files changed, 39 insertions, 0 deletions
diff --git a/security/py-certbot-dns-gehirn/Makefile b/security/py-certbot-dns-gehirn/Makefile
new file mode 100644
index 000000000000..228a4b5c1441
--- /dev/null
+++ b/security/py-certbot-dns-gehirn/Makefile
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= certbot-dns-gehirn
+PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+OPTIONS_DEFINE= DOCS
+
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
+
+.include "${.CURDIR}/../py-acme/version.mk"
+.include <bsd.port.mk>
diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo
new file mode 100644
index 000000000000..e0fdd1a6df55
--- /dev/null
+++ b/security/py-certbot-dns-gehirn/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532431997
+SHA256 (certbot-dns-gehirn-0.26.1.tar.gz) = 831965ef2a20a298ee629044146e0522b3c273ada2702e25a6d0be4443b6d73d
+SIZE (certbot-dns-gehirn-0.26.1.tar.gz) = 11471
diff --git a/security/py-certbot-dns-gehirn/pkg-descr b/security/py-certbot-dns-gehirn/pkg-descr
new file mode 100644
index 000000000000..5d5cebe62b2b
--- /dev/null
+++ b/security/py-certbot-dns-gehirn/pkg-descr
@@ -0,0 +1,3 @@
+This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
+
+WWW: https://github.com/certbot/certbot