blob: 7f56f0b76c55cef634aed4c75c929183cad63c15 (
plain) (
blame)
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
27
|
# 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= APACHE20
BUILD_DEPENDS= ${LOCALBASE}/bin/escript:${PORTSDIR}/lang/erlang
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_FILES= bin/${PORTNAME}
GITVERSION= 1c98f6c
FETCH_ARGS= -Fpr
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>
|