# $Id: Portfile 66124 2010-04-06 05:12:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          rbot 0.9.14 gem

categories-append   irc
maintainers         nomaintainer
description         a ruby IRC bot
long_description \
   rbot is a ruby IRC bot. Think of him as a ruby bot framework with a \
   highly modular design based around plugins. By default he behaves a lot \
   like an infobot.

platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://ruby-rbot.org/
master_sites        ${homepage}download/

checksums           md5 9ff6fc4afcc62f3a264d5ccf4df3c9ff \
                    sha1 c4dd6b83bbc67aa040bdcefe2f6422b74995cfe5 \
                    rmd160 b551796d6187bc6b97136e93b76e9b14200e9046

depends_run         port:rb-bdb

livecheck.type      regex
livecheck.regex     {Stable rbot: ([0-9.]+)}
