Required for gitlab 18.8 Changes: https://github.com/y-yagi/grpc_reflection/blob/main/CHANGELOG.md
21 lines
446 B
Makefile
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>
|