# $Id: Portfile 61360 2009-12-09 18:54:53Z narf_tm@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

perl5.setup               Data-Page 2.02
maintainers               narf_tm openmaintainer
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

depends_lib-append        port:p5-class-accessor-chained \
                          port:p5-test-exception

perl5.use_module_build
