Revision: 89712 http://trac.macports.org/changeset/89712 Author: ryandesign@macports.org Date: 2012-02-07 13:20:59 -0800 (Tue, 07 Feb 2012) Log Message: ----------- rebar: use github portgroup; Apache-2.0 license; noarch Modified Paths: -------------- trunk/dports/erlang/rebar/Portfile Modified: trunk/dports/erlang/rebar/Portfile =================================================================== --- trunk/dports/erlang/rebar/Portfile 2012-02-07 21:16:54 UTC (rev 89711) +++ trunk/dports/erlang/rebar/Portfile 2012-02-07 21:20:59 UTC (rev 89712) @@ -2,15 +2,15 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name rebar # no real version available (no tags inside git repo) -version 0.0.2 - +github.setup basho rebar 0.0.2 categories erlang devel platforms darwin - maintainers uwe-arzt.de:mail openmaintainer +supported_archs noarch +license Apache-2.0 description Rebar is an Erlang build tool that makes it easy to compile \ and test Erlang applications, port drivers and releases. @@ -22,10 +22,9 @@ application writers to easily re-use common libraries from a \ variety of locations (Git, Hg, etc). -homepage https://github.com/basho/rebar/wiki +homepage ${github.homepage}/wiki fetch.type git -git.url https://github.com/basho/rebar.git git.branch d203ff17d79a3a3cd6dc01b77e53268483251d22 depends_lib port:erlang