b474297561
expose application metrics, and profile runtime performance in a flexible manner. WWW: https://github.com/armon/go-metrics
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= go-metrics
|
|
PORTVERSION= 20160521
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Golang library for exporting performance and runtime metrics
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= armon
|
|
GH_TAGNAME= fbf75676ee9c0a3a23eb0a4d9220a3612cfbd1ed
|
|
USES= go
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|