1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/rebar/Makefile
Jimmy Olgeni d47aea8d00 Upgrade to version 2.4.0 and use the official GitHub account.
PR:		191244
Submitted by:	olgeni
Approved by:	maintainer
2014-06-21 16:01:58 +00:00

27 lines
531 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= rebar
PORTVERSION= 2.4.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= rebar
GH_PROJECT= ${PORTNAME}
GH_COMMIT= 24ce11c
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>