# $Id: Portfile 64841 2010-03-16 14:24:57Z kimuraw@macports.org $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		cmdparse 2.0.2 setup.rb {COPYING ChangeLog README TODO} \
				rubyforge:11147
maintainers		kimuraw openmaintainer
description		cmdparse - advanced command line parser supporting commands
long_description	This library, cmdparse, can be used to create such a \
				command line interface. Internally it uses optparse or any \
				other option parser library to parse options and it provides \
				a nice API for specifying commands.
categories-append	devel
homepage		http://cmdparse.rubyforge.org/
license			GPLv2
extract.suffix	.tgz
checksums		md5 a532eba4ec2b24d05222da657f279eee \
				sha1 9a0796a36120985496ce958335d7bfae4afc6b04 \
				rmd160 73b6328d4cf414aef1ae3374487977c20b15340c
platforms		darwin

