ports/devel/rubygem-opentelemetry-instrumentation-dalli/Makefile
Po-Chuan Hsieh dfd1010279
devel/rubygem-opentelemetry-instrumentation-dalli: Add rubygem-opentelemetry-instrumentation-dalli 0.25.4
The OpenTelemetry Dalli gem is a community maintained instrumentation for the
Dalli Memcache client.
2024-07-29 20:30:52 +08:00

22 lines
689 B
Makefile

PORTNAME= opentelemetry-instrumentation-dalli
PORTVERSION= 0.25.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dalli instrumentation for the OpenTelemetry framework
WWW= https://opentelemetry.io/ \
https://github.com/open-telemetry/opentelemetry-ruby-contrib \
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/dalli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-opentelemetry-api>=1.0<2:devel/rubygem-opentelemetry-api \
rubygem-opentelemetry-instrumentation-base>=0.22.1<0.23:devel/rubygem-opentelemetry-instrumentation-base
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>