39fda07074
- Add license to relnotes tool per reviewer request - Generate reserved file for erlc regression test - Fixed version of #451 - rebar_utils: fix comment - Fixed version of #395 - completion: add libid= to bash and zsh scripts - Allow behaviors defined inside xref_extra_path - Add regression test for covered common test - Fix eunit test on OTP18 - Fix #536 - Add erl_first_files in eunit_first_files and qc_first_files - Complete port compiler help string - rmemo: use a better R13 check (Reported-by: Stavros Aronis) - Fix #544 - Added report and verbose options for LFE compile.
24 lines
639 B
Makefile
24 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/01/15 11:09:28 fhajny Exp $
|
|
|
|
DISTNAME= rebar-2.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=rebar/}
|
|
|
|
MAINTAINER= reinoud@NetBSD.org
|
|
HOMEPAGE= http://github.com/rebar/rebar/
|
|
COMMENT= Rebar is an Erlang build tool
|
|
LICENSE= apache-2.0
|
|
|
|
USE_TOOLS+= gmake
|
|
AUTO_MKDIRS= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rebar ${DESTDIR}${PREFIX}/bin/rebar
|
|
|
|
SUBST_CLASSES+= shebang
|
|
SUBST_FILES.shebang= src/rebar_escripter.erl
|
|
SUBST_SED.shebang+= -e 's,/usr/bin/env escript,${PREFIX}/bin/escript,'
|
|
SUBST_STAGE.shebang= post-patch
|
|
|
|
.include "../../lang/erlang/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|