# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Class-DBI-Plugin-Pager 0.566 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 checksums rmd160 e65041ea1b133eae17b8372d84d3c0e8970de8d4 \ sha256 13629f4159e5e3dd28ce5522cce50310ba41d1c36c4f9610a04a031077ed5b5b 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 supported_archs noarch }