svn commit: r509347 - head/www/py-google-api-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:52:27 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:52:26 2019
New Revision: 509347
URL: https://svnweb.freebsd.org/changeset/ports/509347

Log:
  Add GRPC and GRPCGCP options

Modified:
  head/www/py-google-api-core/Makefile

Modified: head/www/py-google-api-core/Makefile
==============================================================================
--- head/www/py-google-api-core/Makefile	Mon Aug 19 20:52:21 2019	(r509346)
+++ head/www/py-google-api-core/Makefile	Mon Aug 19 20:52:26 2019	(r509347)
@@ -26,4 +26,11 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	GRPC GRPCGCP
+GRPC_DESC=	gRPC support
+GRPCGCP_DESC=	gRPC support for GCP
+
+GRPC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
+GRPCGCP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2:devel/py-grpcio-gcp@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list