# -*- 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         Test-NiceDump 1.0.1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::NiceDump - let's have a nice and human readable dump of our objects!
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  8cdc72020d861559fc3f66a69c01c7df9ca30417 \
                    sha256  122877276af68032eb6d7f899ff4ec91c9e21380198fba73839b2e04ecd4ba63 \
                    size    12332

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-data-dump \
                    port:p${perl5.major}-safe-isa

    supported_archs noarch
}
