mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
407 B
Makefile
22 lines
407 B
Makefile
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>
|