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

ruby.setup		iterator 0.8 install.rb {README samples} rubyforge:703:aeditor
maintainers		nomaintainer
description		bidirectional iterator classes inspired by GoF iterator pattern
long_description	If Ruby's native iterators (yield+each) ain't \
					flexible enough, you may want to try using this \
					collection of bidirectional iterator classes. \
					Building custom iterator classes are simple.  This \
					is a simple implementation of GoF iterator-pattern.
checksums		md5 5d70ecf4deda103869287118434ed698
platforms		darwin

test.run		yes
test.dir		${worksrcpath}/test
test.cmd		${ruby.bin} -I../lib
test.target		test_all.rb

