mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
Changes: https://rubydoc.info/gems/opentelemetry-helpers-sql-obfuscation/0.1.1/file/CHANGELOG.md
21 lines
601 B
Makefile
21 lines
601 B
Makefile
PORTNAME= opentelemetry-helpers-sql-obfuscation
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= SQL Obfuscation Instrumentation Helpers for the OpenTelemetry framework
|
|
WWW= https://opentelemetry.io/ \
|
|
https://github.com/open-telemetry/opentelemetry-ruby \
|
|
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/helpers/sql-obfuscation
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-opentelemetry-common>=0.21<1:devel/rubygem-opentelemetry-common
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|