blob: 56bff66519336d39a6932f66f1561b4ddee23dc4 (
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.6.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>
|