Added: trunk/dports/erlang/rebar3/Portfile (0 => 148277)
--- trunk/dports/erlang/rebar3/Portfile (rev 0)
+++ trunk/dports/erlang/rebar3/Portfile 2016-05-02 20:50:33 UTC (rev 148277)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+
+github.setup erlang rebar3 3.1.0
+categories erlang devel
+platforms darwin
+maintainers ciserlohn
+supported_archs noarch
+license Apache-2
+
+description Rebar3 is an Erlang tool that makes it easy to create, \
+ develop, and release Erlang libraries, applications, and \
+ systems in a repeatable manner.
+
+long_description Rebar3 will: respect and enforce standard Erlang/OTP \
+ conventions for project structure so they are easily \
+ reusable by the community\; manage source dependencies and \
+ Erlang packages while ensuring repeatable builds\; \
+ handle build artifacts, paths, and libraries such that \
+ standard development tools can be used without a headache\; \
+ adapt to projects of all sizes on almost any platform\; \
+ treat documentation as a feature, and errors or lack of \
+ documentation as a bug.
+
+checksums rmd160 bdf511dfe7bf05bdd5177444a267f888b4c75ace \
+ sha256 dc78bd3e627eeebdbd0e8b6239499816d82bc8c76e56e7b24d1675e39758a8be
+
+depends_lib port:erlang
+
+# configure and build phase
+use_configure no
+build.cmd ${worksrcpath}/bootstrap
+build.target
+
+# destroot phase
+destroot {
+ xinstall -m 755 ${worksrcpath}/rebar3 ${destroot}${prefix}/bin
+}
+
Property changes on: trunk/dports/erlang/rebar3/Portfile
___________________________________________________________________