blob: 763d0b5f4a2328d39c2cc3432c7e0fa17c84d6cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|