26 lines
484 B
Makefile
26 lines
484 B
Makefile
PORTNAME= cuttlefish
|
|
PORTVERSION= 2.0.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Configuration library for Erlang
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BROKEN= does not build with Erlang 24
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= basho
|
|
|
|
REBAR_TARGETS= compile escriptize
|
|
ERL_BUILD_DEPS= devel/erlang-getopt \
|
|
devel/erlang-lager \
|
|
devel/erlang-neotoma
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|