sunpoet     2012-06-23 12:38:35 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rebar          Makefile distinfo pkg-descr 
  Log:
  - Add rebar 2.0.0
  
  rebar is an Erlang build tool that makes it easy to compile and test Erlang
  applications, port drivers and releases.
  
  rebar is a self-contained Erlang script, so it's easy to distribute or even
  embed directly in a project. Where possible, rebar uses standard Erlang/OTP
  conventions for project structures, thus minimizing the amount of build
  configuration work. rebar also provides dependency management, enabling
  application writers to easily re-use common libraries from a variety of
  locations (git, hg, etc).
  
  WWW: https://github.com/basho/rebar
  
  PR:             ports/168905
  Submitted by:   koobs <koobs.free...@gmail.com>
  
  Revision  Changes    Path
  1.4995    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/rebar/Makefile (new)
  1.1       +2 -0      ports/devel/rebar/distinfo (new)
  1.1       +11 -0     ports/devel/rebar/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to