mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
17 lines
348 B
Makefile
17 lines
348 B
Makefile
PORTNAME= grpc-tools
|
|
PORTVERSION= 1.63.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>
|