ports/devel/rubygem-opentelemetry-api/Makefile

19 lines
445 B
Makefile

PORTNAME= opentelemetry-api
PORTVERSION= 1.4.0
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>