Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0

ruby.setup bioruby 0.6.2 install.rb {README doc sample test etc}
maintainers nomaintainer@macports.org
description Integrated environment for bioinformatics.
long_description BioRuby project aims to implement an integrated environment \
for Bioinformatics with Ruby language. Design philosophy of \
the BioRuby library is KISS (keep it simple and stupid) to \
maximize the usability and the efficiency for biologists as a \
daily tool.
categories-append science
checksums md5 68c7ae5aa8562bfe1021d9a5201a9581
homepage http://bioruby.org
master_sites http://bioruby.org/archive/
platforms darwin
depends_lib-append port:rb-bdb \
port:rb-http-access2
variant mysql {
depends_lib-append port:rb-dbd-mysql
}
variant postgres {
depends_lib-append port:rb-dbd-pg
}