mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Required for gitlab 17.7.0 Changes: https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/releases
25 lines
691 B
Makefile
25 lines
691 B
Makefile
PORTNAME= gitlab-labkit
|
|
PORTVERSION= 0.37.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-actionpack70>=5<8.1:www/rubygem-actionpack70 \
|
|
rubygem-activesupport70>=5<8.1:devel/rubygem-activesupport70 \
|
|
rubygem-grpc>=1.62:net/rubygem-grpc \
|
|
rubygem-jaeger-client>=1.1.0<1.2:devel/rubygem-jaeger-client \
|
|
rubygem-opentracing>=0.4<1:devel/rubygem-opentracing \
|
|
rubygem-pg_query>=5.1.0<7:databases/rubygem-pg_query \
|
|
rubygem-redis>3.0.0<6.0.0:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|