# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Class-DBI-Plugin-Pager 0.561 revision 4 license {Artistic-1 GPL} maintainers nomaintainer 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 supported_archs noarch checksums md5 74801de56312b880b732485d9655b447 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-class-dbi \ port:p${perl5.major}-class-dbi-plugin-abstractcount \ port:p${perl5.major}-class-data-inheritable \ port:p${perl5.major}-data-page \ port:p${perl5.major}-sql-abstract \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warn \ port:p${perl5.major}-universal-require }