py-certbot-dns-google: fix a typo

This commit is contained in:
adam 2023-05-13 07:26:50 +00:00
parent 65c409bd8a
commit 2e1ea060fe

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2023/05/12 09:17:14 adam Exp $
# $NetBSD: Makefile,v 1.14 2023/05/13 07:26:50 adam Exp $
.include "../../security/py-certbot/Makefile.common"
@ -10,7 +10,7 @@ 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.6.5:../../www/py-google-api-python-client
DEPENDS+= ${PYPKGPREFIX}-google-oautht>=2.16.0:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.16.0:../../security/py-google-auth
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"