svn commit: r547013 - head/www/py-httpx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 30 07:16:08 UTC 2020


Author: sunpoet
Date: Sun Aug 30 07:16:01 2020
New Revision: 547013
URL: https://svnweb.freebsd.org/changeset/ports/547013

Log:
  Add BROTLI option

Modified:
  head/www/py-httpx/Makefile

Modified: head/www/py-httpx/Makefile
==============================================================================
--- head/www/py-httpx/Makefile	Sun Aug 30 07:15:57 2020	(r547012)
+++ head/www/py-httpx/Makefile	Sun Aug 30 07:16:01 2020	(r547013)
@@ -25,10 +25,12 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	HTTP2
+OPTIONS_DEFINE=	BROTLI HTTP2
 OPTIONS_DEFAULT=HTTP2
+BROTLI_DESC=	Brotli support
 HTTP2_DESC=	HTTP/2 support
 
+BROTLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7.0<0.8:archivers/py-brotlipy@${PY_FLAVOR}
 HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list