# $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp@macports.org $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		getopt-declare 1.09.7 basic_install.rb \
				{Declare.rdoc doc samples} \
				rubyforge:311:getoptdeclare
revision		1
maintainers		nomaintainer
description		Declaratively Expressed Command-Line Arguments via RegExp
long_description	Getopt::Declare is yet another command-line argument \
					parser, one which is specifically designed to be \
					powerful but exceptionally easy to use. It supports \
					many options not supported by optparser or \
					getoptlong as well as it has a simpler syntax.
distname		getoptdeclare_v${version}
use_zip			yes
checksums		md5 b1ad91235915295c877a69a1d38a9815
platforms		darwin

worksrcdir		Getopt

