# -*- 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         SQL-Abstract-Limit 0.143
revision            0
categories          perl databases
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         portable LIMIT emulation
long_description    Portability layer for LIMIT emulation.

platforms           {darwin any}

checksums           rmd160  f42f5a73e29078b49af18e8b0f39b837fe8d5a9e \
                    sha256  d18afd78893bd830ba2465c0ae6a33425460159003864ded3b5adcf51189cae9 \
                    size    16971

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-dbi \
                    port:p${perl5.major}-sql-abstract \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-exception \
                    port:p${perl5.major}-test-simple

    supported_archs noarch
}
