# -*- 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-Dumper-Names 0.03
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Data::Dumper::Names - Dump variables with names (no source filter)
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  0f1393068306f3609a148825f1862f9154f5a0ba \
                    sha256  1bbc8893da69f2502483d9e5e2556494b2589d7595729a79c63689c6e1b17a87 \
                    size    5070

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-padwalker

    perl5.use_module_build
}
