281c00a6f2
0.39.0: Added Support for Python 3.8 was added to Certbot and all of its components. Support for CentOS 8 was added to certbot-auto. Changed Don't send OCSP requests for expired certificates Return to using platform.linux_distribution instead of distro.linux_distribution in OS fingerprinting for Python < 3.8 Updated the Nginx plugin's TLS configuration to keep support for some versions of IE11. Fixed Fixed OS detection in the Apache plugin on RHEL 6.
18 lines
754 B
Makefile
18 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/10/02 17:36:43 adam Exp $
|
|
|
|
.include "../../security/py-certbot/Makefile.common"
|
|
|
|
DISTNAME= certbot-dns-gehirn-${CERTBOT_VERSION}
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-gehirn/}
|
|
|
|
COMMENT= Gehirn Infrastracture Service DNS Authenticator plugin for Certbot
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
|
|
DEPENDS+= ${PYPKGPREFIX}-lexicon>=2.1.22:../../net/py-lexicon
|
|
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|