3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
15 lines
236 B
Makefile
15 lines
236 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grpc
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel net
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= High performance, general RPC framework
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|