mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
security/py-certbot-dns-gandi: new port, certbot plugin
This plugin comes from https://github.com/obynio/certbot-plugin-gandi . Port file from Boudhayan, slightly modified for line length and portlint. PR: 266860
This commit is contained in:
parent
a93915c619
commit
851f5d0cf8
@ -845,6 +845,7 @@
|
||||
SUBDIR += py-certbot-dns-digitalocean
|
||||
SUBDIR += py-certbot-dns-dnsimple
|
||||
SUBDIR += py-certbot-dns-dnsmadeeasy
|
||||
SUBDIR += py-certbot-dns-gandi
|
||||
SUBDIR += py-certbot-dns-gehirn
|
||||
SUBDIR += py-certbot-dns-google
|
||||
SUBDIR += py-certbot-dns-linode
|
||||
|
30
security/py-certbot-dns-gandi/Makefile
Normal file
30
security/py-certbot-dns-gandi/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
PORTNAME= certbot-plugin-gandi
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= bgupta@kde.org
|
||||
COMMENT= Gandi LiveDNS plugin for Certbot
|
||||
WWW= https://github.com/obynio/certbot-plugin-gandi
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
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}requests>0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
# Use GitHub to fetch the source, because PyPI apparently only contains
|
||||
# a wheel and not the source package.
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= obynio
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include "${.CURDIR}/../py-acme/version.mk"
|
||||
.include <bsd.port.mk>
|
3
security/py-certbot-dns-gandi/distinfo
Normal file
3
security/py-certbot-dns-gandi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1664998616
|
||||
SHA256 (obynio-certbot-plugin-gandi-1.4.0_GH0.tar.gz) = c486e0f7788f3ac4cce9fe54666018dab65ab1550016727a99426c3359d64e55
|
||||
SIZE (obynio-certbot-plugin-gandi-1.4.0_GH0.tar.gz) = 6115
|
1
security/py-certbot-dns-gandi/pkg-descr
Normal file
1
security/py-certbot-dns-gandi/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
This is a Gandi LiveDNS Authenticator plugin for Certbot (security/py-certbot).
|
Loading…
Reference in New Issue
Block a user