# $Id: Portfile,v 1.3 2006/06/15 15:29:28 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		Class-DBI-Plugin-AbstractCount 0.07
maintainers		narf_tm@opendarwin.org
description		get COUNT(*) results with abstract SQL
long_description	This Class::DBI plugin combines the functionality \
			from Class::DBI::Plugin::CountSearch (counting \
			objects without having to use an array or an \
			iterator), and Class::DBI::AbstractSearch, which \
			allows complex where-clauses a la SQL::Abstract.

platforms		darwin

checksums		md5 d9f35009dec8495c7d0b10eb30738d55

depends_lib-append	port:p5-class-dbi \
			port:p5-class-dbi-plugin \
			port:p5-sql-abstract
