2019-06-11 16:22:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2019/06/11 14:22:02 triaxx Exp $
|
2019-02-23 21:33:16 +01:00
|
|
|
|
2019-06-11 16:22:01 +02:00
|
|
|
DISTNAME= certbot-dns-luadns-${CERTBOT_VERSION}
|
2019-02-23 21:33:16 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-luadns/}
|
|
|
|
|
|
|
|
MAINTAINER= triaxx@NetBSD.org
|
|
|
|
COMMENT= LuaDNS Authenticator plugin for Certbot
|
2019-06-11 16:22:01 +02:00
|
|
|
|
|
|
|
.include "../../security/py-certbot/Makefile.common"
|
2019-02-23 21:33:16 +01:00
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
|
2019-05-07 10:50:36 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
|
2019-02-23 21:33:16 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-lexicon>=2.2.1:../../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"
|