aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-grpc_reflection/Makefile
blob: a50d6dd3511a1002936fa8322eeb78b9a8dd5128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>