blob: 932900b8349ef12ba7f57a34332a5d90c59dd3c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= erlware_commons
PORTVERSION= 1.1.0
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang project focused on all aspects of reusable components
LICENSE= MIT
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= erlware
ERL_BUILD_DEPS= devel/erlang-cf
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|