1PORTNAME= opentelemetry-instrumentation-rack 2PORTVERSION= 0.29.0 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5PKGNAMESUFFIX= -gitlab 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Rack instrumentation for the OpenTelemetry framework 9WWW= https://opentelemetry.io/ \ 10 https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/rack \ 11 https://github.com/open-telemetry/opentelemetry-ruby-contrib 12 13LICENSE= Apache-2.0 14LICENSE_FILE= ${WRKSRC}/LICENSE 15 16RUN_DEPENDS= rubygem-opentelemetry-instrumentation-base-gitlab>=0.25<1:devel/rubygem-opentelemetry-instrumentation-base-gitlab 17 18USES= gem 19 20NO_ARCH= yes 21 22.include <bsd.port.mk> 23