2015-05-20 14:17:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cuttlefish
|
2016-02-24 16:24:23 +01:00
|
|
|
PORTVERSION= 2.0.6
|
2015-05-20 14:17:30 +02:00
|
|
|
CATEGORIES= devel
|
2015-05-20 19:55:09 +02:00
|
|
|
PKGNAMEPREFIX= erlang-
|
2015-05-20 14:17:30 +02:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= Configuration library for Erlang
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2015-07-07 00:34:11 +02:00
|
|
|
USES= erlang:rebar
|
2015-05-20 14:17:30 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= basho
|
|
|
|
|
2015-07-07 00:34:11 +02:00
|
|
|
REBAR_TARGETS= compile escriptize
|
2015-07-21 14:27:27 +02:00
|
|
|
ERL_BUILD_DEPS= devel/erlang-getopt \
|
|
|
|
devel/erlang-lager \
|
2015-07-07 00:34:11 +02:00
|
|
|
devel/erlang-neotoma
|
|
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
2015-05-20 14:17:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|