mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
20 lines
302 B
Makefile
20 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= erlang-metrics
|
|
PORTVERSION= 2.3.0
|
|
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>
|