aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-nginx
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-04-14 12:01:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-04-14 12:01:21 +0000
commitd6f3c27ab46403662259ea6fedad65f432a6f2b7 (patch)
tree1fe225b3ae35e573442987bb65e3c3fc86a86a58 /security/py-certbot-nginx
parentdcf24bdec25505f99b0a25721760fdfc2a940b13 (diff)
downloadports-d6f3c27ab46403662259ea6fedad65f432a6f2b7.tar.gz
ports-d6f3c27ab46403662259ea6fedad65f432a6f2b7.zip
Notes
Diffstat (limited to 'security/py-certbot-nginx')
-rw-r--r--security/py-certbot-nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile
index fb0819b0acd5..7a4933a53d4e 100644
--- a/security/py-certbot-nginx/Makefile
+++ b/security/py-certbot-nginx/Makefile
@@ -13,8 +13,8 @@ COMMENT= NGINX plugin for Certbot
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing@${FLAVOR} \