mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
25 lines
435 B
Makefile
25 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cuttlefish
|
|
PORTVERSION= 2.0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Configuration library for Erlang
|
|
|
|
LICENSE= APACHE20
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|