pkgsrc/security/py-certbot-dns-dnsmadeeasy/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

18 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:38 wiz Exp $
PKGREVISION= 1
.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>=0.31.0:../../security/py-acme
DEPENDS+= ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-lexicon>=3.1.0:../../net/py-lexicon
DEPENDS+= ${PYPKGPREFIX}-setuptools>=39.0.1:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"