# $Id: Portfile,v 1.2 2006/06/06 23:29:32 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		Class-DBI-Plugin-Pager 0.561
revision       		1
maintainers		narf_tm@opendarwin.org
description		paged queries for CDBI	
long_description	Adds a pager method to your class that can query \
			using SQL::Abstract where clauses, and limit the \
			number of rows returned to a specific subset.

platforms		darwin

checksums		md5 74801de56312b880b732485d9655b447

depends_lib-append	port:p5-class-dbi \
			port:p5-class-dbi-plugin-abstractcount \
			port:p5-class-data-inheritable \
			port:p5-data-page \
			port:p5-sql-abstract \
			port:p5-test-exception \
			port:p5-test-warn \
			port:p5-universal-require
