19 lines
302 B
Makefile
19 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= erlang-metrics
|
|
PORTVERSION= 1.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Generic interface to metrics systems in Erlang
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= benoitc
|
|
|
|
ERL_APP_NAME= metrics
|
|
|
|
.include <bsd.port.mk>
|