2015-05-20 14:55:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= folsom
|
|
|
|
PORTVERSION= 0.8.2
|
|
|
|
CATEGORIES= devel
|
2015-06-27 14:54:11 +02:00
|
|
|
PKGNAMEPREFIX= erlang-
|
2015-05-20 14:55:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= Erlang based metrics system inspired by Coda Hale's metrics
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2015-07-07 00:27:17 +02:00
|
|
|
USES= erlang:rebar
|
2015-05-20 14:55:13 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= boundary
|
|
|
|
|
2015-07-07 00:27:17 +02:00
|
|
|
ERL_BUILD_DEPS= devel/erlang-bear
|
|
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
2015-05-20 14:55:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|