mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
This Ruby gem contains logic shared among MySQL adapter libraries, such as mysql2 and trilogy. It's intended for use by by gem authors instrumenting MySQL adapter libraries.
22 lines
647 B
Makefile
22 lines
647 B
Makefile
PORTNAME= opentelemetry-helpers-mysql
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= MySQL Instrumentation Helpers for the OpenTelemetry framework
|
|
WWW= https://opentelemetry.io/ \
|
|
https://github.com/open-telemetry/opentelemetry-ruby-contrib \
|
|
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/helpers/mysql
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-opentelemetry-api>=1.0<2:devel/rubygem-opentelemetry-api \
|
|
rubygem-opentelemetry-common>=0.21<1:devel/rubygem-opentelemetry-common
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|