aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:43:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:39 +0000
commit0f35423557c9072e06a0b741ac54b4d69d7f5fb7 (patch)
tree45bdaa625d2e97446c1614e3980ff4b00e83c9cc
parent70dda745877db722dc835473b242a8552fcd0ed7 (diff)
downloadports-0f35423557c9072e06a0b741ac54b4d69d7f5fb7.tar.gz
ports-0f35423557c9072e06a0b741ac54b4d69d7f5fb7.zip
devel/py-fsspec: Add GITHUB option
-rw-r--r--devel/py-fsspec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-fsspec/Makefile b/devel/py-fsspec/Makefile
index ab71477aa784..0c74d15f3220 100644
--- a/devel/py-fsspec/Makefile
+++ b/devel/py-fsspec/Makefile
@@ -16,6 +16,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= GITHUB
+GITHUB_DESC= GitHub file system
+
+GITHUB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800