blob: 4520b527f43f0572884a9c91c87a3ae271564e61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= opentelemetry-instrumentation-action_pack
PORTVERSION= 0.14.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= ActionPack instrumentation for the OpenTelemetry framework
WWW= https://opentelemetry.io/ \
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/action_pack \
https://github.com/open-telemetry/opentelemetry-ruby-contrib
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-opentelemetry-instrumentation-rack>=0.21<1:devel/rubygem-opentelemetry-instrumentation-rack
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|