blob: eee1fbc47841c80b4a49c3623d5f3f84fee2bd13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|