diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-08 16:59:36 +0000 |
commit | 78571fc62bb323ead76704e0ec8d4819ebc97dd0 (patch) | |
tree | 57232dd907e2bd0aed10f3f99b1f014aa7b3ce68 | |
parent | b9776c2fb946b45b5da805db8530c9a0ae5df5a2 (diff) |
net/py-urllib3-future: Add BROTLI, SOCKS, WS and ZSTD options
-rw-r--r-- | net/py-urllib3-future/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile index 9be079c115c8..03667b56e185 100644 --- a/net/py-urllib3-future/Makefile +++ b/net/py-urllib3-future/Makefile @@ -23,4 +23,12 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= BROTLI SOCKS WS ZSTD +WS_DESC= WebSockets support + +BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} +SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-socks>=2.0<2.6.1_99:net/py-python-socks@${PY_FLAVOR} +WS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsproto>=1.2<2:net/py-wsproto@${PY_FLAVOR} +ZSTD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} + .include <bsd.port.mk> |