blob: d6208c3b16aa89c5cb062fbf4d5c6d37979f7a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= prometheus-collectd-exporter
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
CATEGORIES= net-mgmt
MAINTAINER= dsp@php.net
COMMENT= Collectd exporter for Prometheus
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go gmake
USE_GITHUB= yes
GH_ACCOUNT= prometheus
GH_PROJECT= collectd_exporter
PLIST_FILES= bin/prometheus-collectd-exporter
USE_RC_SUBR= collectd_exporter
.include <bsd.port.mk>
|