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

ruby.setup		runt 0.2.0 setup.rb {README doc} rubyforge:614
maintainers		nomaintainer
description		Ruby API for scheduling recurring/occuring events
long_description	Runt provides a simple API for scheduling \
					recurring/occuring events through a hackneyed \
					implementation of otherwise excellent temporal \
					patterns created by Martin Fowler. It is a Ruby \
					version of ChronicJ (http://chronicj.org).
checksums		md5 2bf595823d47d998183b18a4b2a1cac1
platforms		darwin

test.run		yes
test.dir		${worksrcpath}/test
test.cmd		${ruby.bin} alltests.rb

