# $Id: Portfile,v 1.1 2004/12/20 23:22:55 tristan Exp $ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup bioruby 0.6.2 install.rb {README doc sample test etc} maintainers tristan@opendarwin.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 lib:XXX:rb-bdb \ lib:XXX:rb-http-access2 variant mysql { depends_lib-append lib:XXX:rb-dbd-mysql } variant postgres { depends_lib-append lib:XXX:rb-dbd-pg }