diff options
author | mat <mat@FreeBSD.org> | 2018-02-22 22:30:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-22 22:30:34 +0800 |
commit | c04a6a4f0643d999561917aff7e1bf30c87d627f (patch) | |
tree | ae37bcfeb45c4d6b79a068942ea17c721f45ba8f /security/py-certbot-dns-dnsmadeeasy | |
parent | e96e3c4909e070bc50c6ca9e19d60744a0b46507 (diff) | |
download | freebsd-ports-gnome-c04a6a4f0643d999561917aff7e1bf30c87d627f.tar.gz freebsd-ports-gnome-c04a6a4f0643d999561917aff7e1bf30c87d627f.tar.zst freebsd-ports-gnome-c04a6a4f0643d999561917aff7e1bf30c87d627f.zip |
Add py-certbot-dns-dnsmadeeasy, DNS Made Easy DNS Authenticator for py-certbot
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14262
Diffstat (limited to 'security/py-certbot-dns-dnsmadeeasy')
-rw-r--r-- | security/py-certbot-dns-dnsmadeeasy/Makefile | 31 | ||||
-rw-r--r-- | security/py-certbot-dns-dnsmadeeasy/distinfo | 3 | ||||
-rw-r--r-- | security/py-certbot-dns-dnsmadeeasy/pkg-descr | 3 |
3 files changed, 37 insertions, 0 deletions
diff --git a/security/py-certbot-dns-dnsmadeeasy/Makefile b/security/py-certbot-dns-dnsmadeeasy/Makefile new file mode 100644 index 000000000000..b2aec4e91fc1 --- /dev/null +++ b/security/py-certbot-dns-dnsmadeeasy/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= certbot-dns-dnsmadeeasy +PORTVERSION= ${ACME_VERSION} +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= DNS Made Easy DNS 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> diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo new file mode 100644 index 000000000000..a1460aa04b56 --- /dev/null +++ b/security/py-certbot-dns-dnsmadeeasy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1518085040 +SHA256 (certbot-dns-dnsmadeeasy-0.21.1.tar.gz) = f1de811a8a63e5e7ef244231bed008cc77a996450c23d95ab34c826947f3c8b4 +SIZE (certbot-dns-dnsmadeeasy-0.21.1.tar.gz) = 11450 diff --git a/security/py-certbot-dns-dnsmadeeasy/pkg-descr b/security/py-certbot-dns-dnsmadeeasy/pkg-descr new file mode 100644 index 000000000000..06df5b5178bb --- /dev/null +++ b/security/py-certbot-dns-dnsmadeeasy/pkg-descr @@ -0,0 +1,3 @@ +This is the DNS Made Easy DNS Authenticator plugin for Certbot (security/py-certbot). + +WWW: https://github.com/certbot/certbot |