summaryrefslogtreecommitdiffstats
path: root/devel/rebar/Makefile
blob: 934158b04344aafb04a81cb763a2cb8c5b13c305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rebar
PORTVERSION=	2.0.0
CATEGORIES=	devel

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Build-tool for Erlang that follows OTP principles

LICENSE=	APACHE20

BUILD_DEPENDS=	${LOCALBASE}/bin/escript:${PORTSDIR}/lang/erlang
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_GITHUB=	yes
GH_ACCOUNT=	basho
GH_PROJECT=	${PORTNAME}
GH_COMMIT=	1c98f6c

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>
OpenPOWER on IntegriCloud