freebsd-ports/devel/pecl-grpc/Makefile

22 lines
594 B
Makefile
Raw Normal View History

2017-04-05 08:20:43 +02:00
# Created by: vanilla@
# $FreeBSD$
PORTNAME= grpc
2018-01-19 15:27:15 +01:00
PORTVERSION= 1.8.5
2017-04-05 08:20:43 +02:00
CATEGORIES= devel net
MAINTAINER= vanilla@FreeBSD.org
COMMENT= High performance, general RPC framework
2017-10-30 15:19:32 +01:00
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
2017-04-05 08:20:43 +02:00
BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found
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
BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-parentheses-equality"
USES= php:pecl
2017-04-05 08:20:43 +02:00
.include <bsd.port.mk>