Required for gitlab 17.9 Changes: https://github.com/grpc/grpc/commits/master/src/ruby/tools
18 lines
348 B
Makefile
18 lines
348 B
Makefile
PORTNAME= grpc-tools
|
|
PORTVERSION= 1.69.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby protoc gRPC plugin
|
|
WWW= https://github.com/google/grpc/tree/master/src/ruby/tools
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/grpc_tools_ruby_protoc \
|
|
bin/grpc_tools_ruby_protoc_plugin
|
|
|
|
.include <bsd.port.mk>
|