Revision: 70450 http://trac.macports.org/changeset/70450 Author: jrozner@macports.org Date: 2010-08-09 15:23:43 -0700 (Mon, 09 Aug 2010) Log Message: ----------- added portfile for gli gem Added Paths: ----------- trunk/dports/ruby/rb19-gli/ trunk/dports/ruby/rb19-gli/Portfile Added: trunk/dports/ruby/rb19-gli/Portfile =================================================================== --- trunk/dports/ruby/rb19-gli/Portfile (rev 0) +++ trunk/dports/ruby/rb19-gli/Portfile 2010-08-09 22:23:43 UTC (rev 70450) @@ -0,0 +1,19 @@ +PortSystem 1.0 +PortGroup ruby 1.0 + +ruby.setup gli 1.1.1 gem {} rubygems ruby19 +description Git-Like Interface Command Line Parser +long_description An application and API for describing command line \ + interfaces that can be used to quickly create a shell for executing \ + command-line tasks. The command line user interface is similar to Gits, \ + in that it takes global options, a command, command-specific options, and \ + arguments +license Apache +maintainers nomaintainer +homepage http://davetron5000.github.com/gli/ +platforms darwin +checksums md5 c9d8abf8755fd069adf9fd9749f572cb \ + sha1 42c629d5ab4058f1305d6fc066e3d1baf3cb8ae8 \ + rmd160 09e1e06933c7ff6dba5f45a98185cb9425203965 + +depends_lib port:rb19-ruby