aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-gitlab-cloud-connector/Makefile
blob: 2a1d20ba37650d961e1ccd76fd2105653e061540 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gitlab-cloud-connector
PORTVERSION=	1.33.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	CloudConnector and lib for GitLab projects
WWW=		https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport-gitlab>=7.0<8:devel/rubygem-activesupport-gitlab \
		rubygem-jwt2>=2.9<3:www/rubygem-jwt2

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>