[148277] trunk/dports/erlang

ciserlohn at macports.org ciserlohn at macports.org
Mon May 2 13:50:34 PDT 2016


Revision: 148277
          https://trac.macports.org/changeset/148277
Author:   ciserlohn at macports.org
Date:     2016-05-02 13:50:33 -0700 (Mon, 02 May 2016)
Log Message:
-----------
rebar3: new port (closes #51290)

Added Paths:
-----------
    trunk/dports/erlang/rebar3/
    trunk/dports/erlang/rebar3/Portfile

Added: trunk/dports/erlang/rebar3/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160502/e2b2211b/attachment.html>


More information about the macports-changes mailing list