# $Id: Portfile,v 1.1 2004/12/20 23:27:40 tristan Exp $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		criteria 1.1a install.rb {README.en t}
maintainers		tristan@opendarwin.org
description		A module for abstracting queries to various data sets.
long_description    Criteria is a module for abstracting queries to various \
                    data sets. For instance, you might have a flat text \
                    file, or an array of Ruby objects, or a SQL database, \
                    and wish to perform the same query on any given source, \
                    without different versions of code for each.
checksums		    md5 a39482fdf7bae7639791444dfb4d91ce
homepage            http://mephle.org/Criteria/
master_sites        http://mephle.org/Criteria/
platforms		    darwin 
