The RubyKafka instrumentation is a community-maintained instrumentation for RubyKafka, a client library for Apache Kafka.
22 lines
629 B
Makefile
22 lines
629 B
Makefile
PORTNAME= opentelemetry-instrumentation-ruby_kafka
|
|
PORTVERSION= 0.23.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RubyKafka instrumentation for the OpenTelemetry framework
|
|
WWW= https://opentelemetry.io/ \
|
|
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/ruby_kafka \
|
|
https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-opentelemetry-instrumentation-base>=0.23<1:devel/rubygem-opentelemetry-instrumentation-base
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|