aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-08-08 21:36:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-08-08 21:44:06 +0000
commit2f061a085f8e97785268abde322db43ddcf5a672 (patch)
tree711afc846b0c9fe79ea360315ab995e261dc3e47
parente040dc501583f11ec3ba79bb3b9c53e7d04fca51 (diff)
downloadports-2f061a085f8e97785268abde322db43ddcf5a672.tar.gz
ports-2f061a085f8e97785268abde322db43ddcf5a672.zip
security/py-google-auth-oauthlib: Add TOOL option
- Bump PORTREVISION for dependency change
-rw-r--r--security/py-google-auth-oauthlib/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile
index d2a799c6930a..c9bf0e8c6986 100644
--- a/security/py-google-auth-oauthlib/Makefile
+++ b/security/py-google-auth-oauthlib/Makefile
@@ -2,6 +2,7 @@
PORTNAME= google-auth-oauthlib
PORTVERSION= 0.4.5
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,10 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= TOOL
+OPTIONS_DEFAULT=TOOL
+TOOL_DESC= Tool for obtaining authorization and credentials
+
+TOOL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.0.0:devel/py-click@${PY_FLAVOR}
+
.include <bsd.port.mk>