blob: a2357cbfa7edafd4b8e58c5336951cd5223ca11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= lager
PORTVERSION= 3.2.4
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Logging framework for Erlang
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= basho
ERL_RUN_DEPS= devel/erlang-goldrush
OPTIONS_DEFINE= DOCS
post-build:
@${RM} -r ${WRKSRC}/priv
.include <bsd.port.mk>
|