freebsd-ports/devel/rubygem-gitlab-labkit/Makefile
Matthias Fechner d7b669ed08 devel/rubygem-gitlab-labkit: update to 0.28.0
Required for gitlab-ce 15.5 update.
2022-11-22 10:38:25 +01:00

26 lines
709 B
Makefile

PORTNAME= gitlab-labkit
PORTVERSION= 0.28.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Instrumentation for GitLab
WWW= https://about.gitlab.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack61>=5<8:www/rubygem-actionpack61 \
rubygem-activesupport61>=5<8:devel/rubygem-activesupport61 \
rubygem-grpc142>=1.37:net/rubygem-grpc142 \
rubygem-jaeger-client>=1.1.0<1.2:devel/rubygem-jaeger-client \
rubygem-opentracing>=0.4<1.0:devel/rubygem-opentracing \
rubygem-pg_query>=2.1<3:databases/rubygem-pg_query \
rubygem-redis4>3.0.0<6.0.0:databases/rubygem-redis4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>