freebsd-ports/devel/rebar/Makefile
Kubilay Kocak 75dd2e018f devel/rebar: Modernise: STAGE, USE_GITHUB
- Enable STAGE support
- Use USE_GITHUB and GH_* friends
- Remove indefinite article from COMMENT
2014-02-09 12:33:06 +00:00

26 lines
531 B
Makefile

# 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>