# $Id: Portfile 84857 2011-10-03 18:01:58Z jmr@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Data-Page 2.02
revision                  2
license                   {Artistic-1 GPL}
maintainers               nomaintainer
description               help when paging through sets of results
long_description          When searching through large amounts of data, it is \
                          often the case that a result set is returned that \
                          is larger than we want to display on one page. This \
                          results in wanting to page through various pages of \
                          data. The maths behind this is unfortunately fiddly, \
                          hence this module.

platforms                 darwin

checksums                 md5 57f9aed8a79687a2712adf7bf2f9cc4d \
                          sha1 b2dd33ba174dc6a00324e436c6dc0ed50c7b2217 \
                          rmd160 42095dfc9a9043fedcf025ee0ebe485823468605

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-class-accessor-chained \
                          port:p${perl5.major}-test-exception

perl5.use_module_build
}
