# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Data-Page 2.03
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 any}
supported_archs     noarch

checksums           rmd160  360d4d8ba71d26eb555a62eed392b97ed64c31d6 \
                    sha256  2efa52167d1f7ab35902cf32ae02776a623705d7919d4118981287b044ce3d8b \
                    size    28899

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-exception

    depends_lib-append \
                    port:p${perl5.major}-class-accessor-chained
}
