aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-kas-grpc/Makefile
blob: ceb6b11899421d97e5aeaaee21c380f1c82d7901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kas-grpc
PORTVERSION=	0.1.0
PORTEPOCH=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Auto-generated gRPC client for KAS
WWW=		https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent

LICENSE=	MIT

RUN_DEPENDS=	rubygem-grpc>=1.0<2.0:net/rubygem-grpc

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>