bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
19 lines
793 B
Makefile
19 lines
793 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:38 wiz Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../security/py-certbot/Makefile.common"
|
|
|
|
DISTNAME= certbot-dns-digitalocean-${CERTBOT_VERSION}
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-digitalocean/}
|
|
|
|
COMMENT= DigitalOcean DNS Authenticator plugin for Certbot
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme
|
|
DEPENDS+= ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot
|
|
DEPENDS+= ${PYPKGPREFIX}-digitalocean>=1.11:../../net/py-digitalocean
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools>=39.0.1:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|