opnsense-ports/devel/go-metrics/Makefile

22 lines
435 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
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
USE_GITHUB= yes
GH_ACCOUNT= armon
GH_TAGNAME= fbf75676ee9c0a3a23eb0a4d9220a3612cfbd1ed
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>