blob: 8bcda56714c89671a67ea7a9247fc6637157c00e (
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
27
28
|
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= gitlab-labkit
PORTVERSION= 0.21.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Instrumentation for GitLab
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack613>=5<7:www/rubygem-actionpack613 \
rubygem-activesupport613>=5<7:devel/rubygem-activesupport613 \
rubygem-grpc>=1.30.2<2:net/rubygem-grpc \
rubygem-jaeger-client>=1.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-redis>3.0.0<5.0.0:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|