summaryrefslogtreecommitdiff
path: root/security/rubygem-gitlab-secret_detection/Makefile
blob: 5181cc95393d6531cc294acccee004ce9793fa38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	gitlab-secret_detection
PORTVERSION=	0.23.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Secret detector for Gitlab
WWW=		https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-grpc>=1.63.0<2:net/rubygem-grpc \
		rubygem-grpc_reflection>=0.1<1:net/rubygem-grpc_reflection \
		rubygem-grpc-tools>=1.63<2:net/rubygem-grpc-tools \
		rubygem-parallel>=1<2:sysutils/rubygem-parallel \
		rubygem-re2>=2.7<3:devel/rubygem-re2 \
		rubygem-sentry-ruby>=5.22<6:devel/rubygem-sentry-ruby \
		rubygem-stackprof>=0.2.27<0.3:devel/rubygem-stackprof \
		rubygem-toml-rb>=2.2<3:www/rubygem-toml-rb

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>