blob: 878b8edf9cadb52e143602a6085cef016325575b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= opentelemetry-api
PORTVERSION= 1.5.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>
|