# $Id: Portfile 33894 2008-02-07 02:45:08Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-DBI-Plugin-Pager 0.561
revision              1
maintainers           narf_tm openmaintainer
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
