svn commit: r462605 - in head/security: . py-certbot-dns-luadns
Mathieu Arnold
mat at FreeBSD.org
Thu Feb 22 14:30:43 UTC 2018
Author: mat
Date: Thu Feb 22 14:30:42 2018
New Revision: 462605
URL: https://svnweb.freebsd.org/changeset/ports/462605
Log:
Add py-certbot-dns-luadns, LuaDNS Authenticator plugin for py-certbot.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14262
Added:
head/security/py-certbot-dns-luadns/
head/security/py-certbot-dns-luadns/Makefile (contents, props changed)
head/security/py-certbot-dns-luadns/distinfo (contents, props changed)
head/security/py-certbot-dns-luadns/pkg-descr (contents, props changed)
Modified:
head/security/Makefile (contents, props changed)
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu Feb 22 14:30:38 2018 (r462604)
+++ head/security/Makefile Thu Feb 22 14:30:42 2018 (r462605)
@@ -897,6 +897,7 @@
SUBDIR += py-certbot-dns-dnsimple
SUBDIR += py-certbot-dns-dnsmadeeasy
SUBDIR += py-certbot-dns-google
+ SUBDIR += py-certbot-dns-luadns
SUBDIR += py-certbot-nginx
SUBDIR += py-certifi
SUBDIR += py-cpe
Added: head/security/py-certbot-dns-luadns/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-luadns/Makefile Thu Feb 22 14:30:42 2018 (r462605)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= certbot-dns-luadns
+PORTVERSION= ${ACME_VERSION}
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python at FreeBSD.org
+COMMENT= LuaDNS Authenticator plugin for Certbot
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>0:dns/py-dns-lexicon@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+OPTIONS_DEFINE= DOCS
+
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${FLAVOR}
+
+.include "${.CURDIR}/../py-acme/version.mk"
+.include <bsd.port.mk>
Added: head/security/py-certbot-dns-luadns/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-luadns/distinfo Thu Feb 22 14:30:42 2018 (r462605)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518085957
+SHA256 (certbot-dns-luadns-0.21.1.tar.gz) = e3bf82cfb351357f9ab2e55950981bc8ef88fac0f4bc21d1c9ea1b68ecb90ff6
+SIZE (certbot-dns-luadns-0.21.1.tar.gz) = 11530
Added: head/security/py-certbot-dns-luadns/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-certbot-dns-luadns/pkg-descr Thu Feb 22 14:30:42 2018 (r462605)
@@ -0,0 +1,3 @@
+This is the LuaDNS Authenticator plugin for Certbot (security/py-certbot).
+
+WWW: https://github.com/certbot/certbot
More information about the svn-ports-all
mailing list