1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/rebar/Makefile
Kubilay Kocak d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00

29 lines
596 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rebar
PORTVERSION= 2.0.0
CATEGORIES= devel
MASTER_SITES= http://github.com/basho/${PORTNAME}/tarball/${GITVERSION}/
DISTNAME= basho-${PORTNAME}-${GITVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= A build-tool for Erlang that follows OTP principles
LICENSE= AL2
BUILD_DEPENDS= ${LOCALBASE}/bin/escript:${PORTSDIR}/lang/erlang
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_FILES= bin/${PORTNAME}
GITVERSION= 1c98f6c
FETCH_ARGS= -Fpr
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>