Files
ports/net/rubygem-grpc_reflection/Makefile
2026-01-19 15:55:29 +01:00

21 lines
446 B
Makefile

PORTNAME= grpc_reflection
PORTVERSION= 0.4.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= GRPC Server Reflection Protocol for Ruby
WWW= https://github.com/y-yagi/grpc_reflection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-google-protobuf>=4.31.0:devel/rubygem-google-protobuf \
rubygem-grpc-gitlab>=0:net/rubygem-grpc-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>