mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
fa74598719
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
21 lines
564 B
Makefile
21 lines
564 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
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|