Moggie 5c9ba58d93 net-mgmt/mysqld_exporter: update 0.12.1 -> 0.17.2
- Warning: several breaking changes included
  Please read the Changes

PR:		285966
Approved:	maintainer timeout
Changes:	https://github.com/prometheus/mysqld_exporter/releases
2025-05-16 10:48:08 +02:00

21 lines
466 B
Makefile

PORTNAME= mysqld_exporter
DISTVERSIONPREFIX= v
DISTVERSION= 0.17.2
CATEGORIES= net-mgmt
MAINTAINER= mr.deadlystorm@gmail.com
COMMENT= Prometheus exporter for MySQL server metrics
WWW= https://github.com/prometheus/mysqld_exporter
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.23,modules
GO_MODULE= github.com/prometheus/mysqld_exporter
PLIST_FILES= bin/mysqld_exporter
USE_RC_SUBR= mysqld_exporter
SUB_FILES= pkg-message
.include <bsd.port.mk>