# $NetBSD: Makefile,v 1.9 2021/08/05 10:52:00 adam Exp $ .include "../../security/py-certbot/Makefile.common" DISTNAME= certbot-dns-google-${CERTBOT_VERSION} MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-google/} COMMENT= Google Cloud DNS Authenticator plugin for Certbot DEPENDS+= ${PYPKGPREFIX}-acme>=${CERTBOT_VERSION}:../../security/py-acme DEPENDS+= ${PYPKGPREFIX}-certbot>=${CERTBOT_VERSION}:../../security/py-certbot DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.5.5:../../www/py-google-api-python-client DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-setuptools>=39.0.1:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-oauth2client>=4.0:../../security/py-oauth2client DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"