summaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-labkit/Makefile
blob: bb8d0ad87d6b323460aa804ca18be4513bca0776 (plain)
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
PORTNAME=	gitlab-labkit
PORTVERSION=	1.0.1
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-actionpack-gitlab>=5<8.1:www/rubygem-actionpack-gitlab \
		rubygem-activesupport-gitlab>=5<8.1:devel/rubygem-activesupport-gitlab \
		rubygem-google-protobuf3>=3.25<5:devel/rubygem-google-protobuf3 \
		rubygem-grpc-gitlab>=1.75:net/rubygem-grpc-gitlab \
		rubygem-jaeger-client>=1.1.0<1.2:devel/rubygem-jaeger-client \
		rubygem-json-schema-gitlab>=5.1<6:devel/rubygem-json-schema-gitlab \
		rubygem-opentracing>=0.4<1:devel/rubygem-opentracing \
		rubygem-pg_query>=6.1.0<7:databases/rubygem-pg_query \
		rubygem-prometheus-client-mmap>=1.2.9<1.3:devel/rubygem-prometheus-client-mmap \
		rubygem-redis-gitlab>3.0.0<6.0.0:databases/rubygem-redis-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>