Changes: https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service/-/blob/main/CHANGELOG.md
26 lines
750 B
Makefile
26 lines
750 B
Makefile
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>
|