mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
25 lines
451 B
Makefile
25 lines
451 B
Makefile
# Created by: Alexey Bobkov <mr.deadlystorm@gmail.com>
|
|
|
|
PORTNAME= mysqld_exporter
|
|
PORTVERSION= 0.12.1
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= mr.deadlystorm@gmail.com
|
|
COMMENT= Prometheus exporter for MySQL server metrics
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= prometheus
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/mysqld_exporter
|
|
|
|
USE_RC_SUBR= mysqld_exporter
|
|
|
|
.include <bsd.port.mk>
|