freebsd-ports/devel/pecl-grpc/Makefile
2022-05-29 21:36:26 +08:00

18 lines
420 B
Makefile

# Created by: vanilla@
PORTNAME= grpc
PORTVERSION= 1.46.1
CATEGORIES= devel net
MAINTAINER= vanilla@FreeBSD.org
COMMENT= High performance, general RPC framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found
BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found
USES= compiler:c++11-lang php:pecl
.include <bsd.port.mk>