ports/net/rubygem-grpc-tools/Makefile
2024-12-19 08:17:51 +02:00

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>