1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/py-certbot-dns-gehirn/Makefile
Danilo G. Baio 0175841aaf security/py-[acme|certbot]: Update to 1.6.0
Changelog:	https://github.com/certbot/certbot/blob/v1.6.0/certbot/CHANGELOG.md

While here, remove unused DOCS options.

Reported by:	Ruud Boon <ruud@b-funky.nl> (python@ maillist)
Approved by:	dbaio (python, maintainer)
2020-07-11 18:03:50 +00:00

28 lines
865 B
Makefile

# $FreeBSD$
PORTNAME= certbot-dns-gehirn
PORTVERSION= ${ACME_VERSION}
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.1.22: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
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>