freebsd-ports/net/rubygem-grpc/Makefile
Torsten Zuehlsdorff 56e0af4638 New port: net/rubygem-grpc
A Ruby implementation of gRPC.

WWW: https://github.com/grpc/grpc/tree/master/src/ruby

Special thanks to swill and vanilla for creating this port!

Reviewed by: tz, Matthias Fechner <idefix@fechner.net>
2017-07-06 13:47:14 +00:00

29 lines
702 B
Makefile

# $FreeBSD$
PORTNAME= grpc
PORTVERSION= 1.4.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Ruby implementation of gRPC
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
grpc>=0:devel/grpc \
rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \
rubygem-googleauth>=0.5.1:security/rubygem-googleauth
LIB_DEPENDS= libcares.so:dns/c-ares
MAKE_JOBS_UNSAFE=yes
USE_RUBY= yes
USES= gem gmake pkgconfig
post-extract:
@${RM} -r ${WRKSRC}/include ${WRKSRC}/third_party ${WRKSRC}/src/boringssl \
${WRKSRC}/src/core ${WRKSRC}/Makefile ${WRKSRC}/.yardopts ${WRKSRC}/etc
@${CP} ${FILESDIR}/grpc.gemspec ${WRKSRC}
.include <bsd.port.mk>