blob: 6296865d0945a96c411cc30080dab63ae8e05fca (
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
|
PORTNAME= gitlab-secret_detection
PORTVERSION= 0.33.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-gitlab>=1.63.0<2:net/rubygem-grpc-gitlab \
rubygem-grpc_reflection>=0.1<1:net/rubygem-grpc_reflection \
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>
|