blob: 9b1bd9b8eef286a1a2f067d295d6e4252bdfc086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.10 2022/03/17 12:23:32 adam Exp $
.include "../../security/py-certbot/Makefile.common"
DISTNAME= certbot-dns-dnsmadeeasy-${CERTBOT_VERSION}
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-dnsmadeeasy/}
COMMENT= DNS Made Easy DNS Authenticator plugin for Certbot
DEPENDS+= ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-lexicon>=3.2.1:../../net/py-lexicon
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|