mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
26 lines
611 B
Makefile
26 lines
611 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-labkit
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Instrumentation for GitLab
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack5>=5:www/rubygem-actionpack5 \
|
|
rubygem-activesupport5>=5:devel/rubygem-activesupport5 \
|
|
rubygem-grpc>=1.19.0:net/rubygem-grpc \
|
|
rubygem-jaeger-client>=0.10:devel/rubygem-jaeger-client \
|
|
rubygem-opentracing>=0.4:devel/rubygem-opentracing
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|