freebsd-ports/devel/go-metrics/Makefile
Carlo Strub b474297561 This library provides a metrics package which can be used to instrument code,
expose application metrics, and profile runtime performance in a flexible
manner.

WWW: https://github.com/armon/go-metrics
2016-07-08 21:25:46 +00:00

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>