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.
This commit is contained in:
parent
3cee8bca71
commit
c6e9689ec1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475482
4 changed files with 40 additions and 0 deletions
|
@ -913,6 +913,7 @@
|
|||
SUBDIR += py-certbot-dns-digitalocean
|
||||
SUBDIR += py-certbot-dns-dnsimple
|
||||
SUBDIR += py-certbot-dns-dnsmadeeasy
|
||||
SUBDIR += py-certbot-dns-gehirn
|
||||
SUBDIR += py-certbot-dns-google
|
||||
SUBDIR += py-certbot-dns-linode
|
||||
SUBDIR += py-certbot-dns-luadns
|
||||
|
|
33
security/py-certbot-dns-gehirn/Makefile
Normal file
33
security/py-certbot-dns-gehirn/Makefile
Normal file
|
@ -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>
|
3
security/py-certbot-dns-gehirn/distinfo
Normal file
3
security/py-certbot-dns-gehirn/distinfo
Normal file
|
@ -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
|
3
security/py-certbot-dns-gehirn/pkg-descr
Normal file
3
security/py-certbot-dns-gehirn/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
|
||||
|
||||
WWW: https://github.com/certbot/certbot
|
Loading…
Reference in a new issue