freebsd-ports/sysutils/phpfpm_exporter/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

26 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= phpfpm_exporter
PORTVERSION= 0.3.3
DISTVERSIONPREFIX=v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= gasol.wu@gmail.com
COMMENT= Export php-fpm metrics in Prometheus format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= bakins
GH_PROJECT= php-fpm-exporter
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
GO_TARGET= ./cmd/${GH_PROJECT}:${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
USE_RC_SUBR= phpfpm_exporter
.include <bsd.port.mk>