git: 694689c9db6d - main - www/py-httpx: Add ZSTD option

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 15 Sep 2024 20:17:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=694689c9db6d7cfd7717179476004c1ab9c102ea

commit 694689c9db6d7cfd7717179476004c1ab9c102ea
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:44:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:53 +0000

    www/py-httpx: Add ZSTD option
---
 www/py-httpx/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 32b9ffccb005..261b55ff626a 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -27,7 +27,7 @@ NO_ARCH=	yes
 
 CPE_VENDOR=	encode
 
-OPTIONS_DEFINE=	BROTLI CLI HTTP2 SOCKS
+OPTIONS_DEFINE=	BROTLI CLI HTTP2 SOCKS ZSTD
 OPTIONS_DEFAULT=HTTP2 SOCKS
 
 BROTLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR}
@@ -36,5 +36,6 @@ CLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}rich>=10<14:textproc/py-rich@${PY_FLAVOR}
 HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
 SOCKS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR}
+ZSTD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR}
 
 .include <bsd.port.mk>