Portfile

# $Id: Portfile 20439 2006-11-03 02:54:04Z jberry@macports.org $
PortSystem 1.0
PortGroup ruby 1.0

ruby.setup iterator 0.8 install.rb {README samples} rubyforge:703:aeditor
maintainers nomaintainer@macports.org
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