mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grpcio
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= HTTP/2-based RPC framework
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34
|
|
LIB_DEPENDS= libcares.so:dns/c-ares
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
CFLAGS+= -Ithird_party/boringssl/include \
|
|
-I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lcares
|
|
|
|
.include <bsd.port.mk>
|