aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-google
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 23:59:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 23:59:30 +0000
commit2acb682c5a07d8c4ef05100e256d429f76c1caf5 (patch)
treeed4b25aa3c71c92685983efb29719fd969c05e0d /security/py-certbot-dns-google
parent9e319afae742d824040b05a0f972ebdd948add7e (diff)
Diffstat (limited to 'security/py-certbot-dns-google')
-rw-r--r--security/py-certbot-dns-google/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-certbot-dns-google/Makefile b/security/py-certbot-dns-google/Makefile
index ca09be4ea6e9..3ef3389303fb 100644
--- a/security/py-certbot-dns-google/Makefile
+++ b/security/py-certbot-dns-google/Makefile
@@ -1,5 +1,6 @@
PORTNAME= certbot-dns-google
PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,8 @@ WWW= https://certbot.eff.org/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.6.5:www/py-google-api-python-client@${PY_FLAVOR} \
@@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P
${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes