1PORTNAME= opentelemetry-semantic_conventions 2PORTVERSION= 1.36.0 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5PKGNAMESUFFIX= -gitlab 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Semantic Convention definitions for OpenTelemetry 9WWW= https://opentelemetry.io/ \ 10 https://github.com/open-telemetry/opentelemetry-ruby/tree/main/semantic_conventions \ 11 https://github.com/open-telemetry/opentelemetry-ruby 12 13LICENSE= Apache-2.0 14LICENSE_FILE= ${WRKSRC}/LICENSE 15 16RUN_DEPENDS= rubygem-opentelemetry-api-gitlab>=1.0<2:devel/rubygem-opentelemetry-api-gitlab 17 18USES= gem 19 20NO_ARCH= yes 21 22.include <bsd.port.mk> 23