mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
28 lines
699 B
Makefile
28 lines
699 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-labkit
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Instrumentation for GitLab
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack52>=5<6:www/rubygem-actionpack52 \
|
|
rubygem-activesupport52>=5<6:devel/rubygem-activesupport52 \
|
|
rubygem-grpc>=1.19<2.0:net/rubygem-grpc \
|
|
rubygem-jaeger-client>=0.10<1.0:devel/rubygem-jaeger-client \
|
|
rubygem-opentracing>=0.4<1.0:devel/rubygem-opentracing \
|
|
rubygem-redis>3.0.0<5.0.0:databases/rubygem-redis
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|