Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= grpcio |
4 |
PORTNAME= grpcio |
5 |
PORTVERSION= 1.20.1 |
5 |
PORTVERSION= 1.21.1 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 18-24
Link Here
|
18 |
${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} |
18 |
${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} |
19 |
LIB_DEPENDS= libcares.so:dns/c-ares |
19 |
LIB_DEPENDS= libcares.so:dns/c-ares |
20 |
|
20 |
|
21 |
USES= compiler:gcc-c++11-lib localbase:ldflags python |
21 |
USES= compiler:c++11-lib localbase:ldflags python |
|
|
22 |
|
23 |
#USES= compiler:gcc-c++11-lib localbase:ldflags python |
22 |
USE_PYTHON= autoplist distutils |
24 |
USE_PYTHON= autoplist distutils |
23 |
MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ |
25 |
MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ |
24 |
GRPC_PYTHON_BUILD_SYSTEM_CARES=true |
26 |
GRPC_PYTHON_BUILD_SYSTEM_CARES=true |