26 lines
455 B
Makefile
26 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.7 2015/04/05 13:31:14 sthen Exp $
|
|
|
|
COMMENT= Erlang build tool
|
|
|
|
GH_ACCOUNT= rebar
|
|
GH_PROJECT= rebar
|
|
GH_TAGNAME= 2.5.1
|
|
DISTNAME= ${GH_PROJECT}-${GH_TAGNAME}
|
|
|
|
CATEGORIES= devel lang/erlang
|
|
|
|
HOMEPAGE= https://github.com/rebar/rebar
|
|
|
|
# APLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= lang/erlang
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rebar ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|