ports/devel/rubygem-opentelemetry-api/Makefile
Po-Chuan Hsieh 65d3b7feda
devel/rubygem-opentelemetry-api: Add rubygem-opentelemetry-api 1.2.3
The opentelemetry-api gem defines the core OpenTelemetry interfaces for Ruby
applications. Using opentelemetry-api, a library or application can code against
the OpenTelemetry interfaces to produce telemetry data such as distributed
traces and metrics.
2023-10-16 23:59:39 +08:00

19 lines
445 B
Makefile

PORTNAME= opentelemetry-api
PORTVERSION= 1.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Stats collection and distributed tracing framework
WWW= https://opentelemetry.io/ \
https://github.com/open-telemetry/opentelemetry-ruby \
https://github.com/open-telemetry/opentelemetry-ruby/tree/main/api
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>