# -*- 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-Dump-Streamer 2.42
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Data::Dump::Streamer - Accurately serialize a data structure as Perl code.
long_description    {*}${description}

platforms           darwin

checksums           rmd160  6a49241609cea4f69ebca9aa1ef3805c5b248f5e \
                    sha256  47f6e51fb45ce7be561e01481add0c2e1c0cd85df4b9e212f3923cd3064d1cad \
                    size    147463

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

    depends_lib-append \
                    port:p${perl5.major}-algorithm-diff \
                    port:p${perl5.major}-b-utils \
                    port:p${perl5.major}-cpanel-json-xs \
                    port:p${perl5.major}-mime-base64 \
                    port:p${perl5.major}-padwalker

    perl5.use_module_build
}
