# -*- 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         Params-Util 1.102
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Simple, compact and correct param-checking functions
long_description    Provides a basic set of importable functions that \
                    makes checking parameters a hell of a lot easier

platforms           darwin

checksums           rmd160  7c9419c3fe2c544c103a0eba743a946380d70260 \
                    sha256  499bb1b482db24fda277a51525596ad092c2bd51dd508fa8fec2e9f849097402 \
                    size    194986

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-config-autoconf \
                    port:p${perl5.major}-test-leaktrace \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-xsloader
}
