aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mysqld_exporter/Makefile
blob: 1cf4c58c5a62d0a757a2f7cef6b266c37683d4d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	mysqld_exporter
PORTVERSION=	0.12.1
DISTVERSIONPREFIX=v
PORTREVISION=	10
CATEGORIES=	net-mgmt

MAINTAINER=	mr.deadlystorm@gmail.com
COMMENT=	Prometheus exporter for MySQL server metrics
WWW=		https://github.com/prometheus/mysqld_exporter

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>