freebsd-ports/devel/erlang-folsom/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
369 B
Makefile

PORTNAME= folsom
PORTVERSION= 0.8.3
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang based metrics system inspired by Coda Hale's metrics
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= puzza007
ERL_BUILD_DEPS= devel/erlang-bear
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>