# -*- 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-HexDump 0.04
revision            0
categories          perl
license             {Artistic-1 GPL}
maintainers         {mps @Schamschula} openmaintainer
description         Dump in hexadecimal the content of a scalar.
long_description    {*}${description}  The result is returned in a string. Each line of \
                    the result consists of the offset in the source in the leftmost \
                    column of each line, followed by one or more columns of data from \
                    the source in hexadecimal. The rightmost column of each line shows \
                    the printable characters (all others are shown as single dots).
platforms           darwin

checksums           rmd160  22c7439f101ee0dc374cea8157113a99eee91367 \
                    sha256  bc36f404438ac36ad2b9295539227d36f99cd1623f1e347af77c594c40ccbcf8 \
                    size    12434

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta \
                    port:p${perl5.major}-extutils-install \
                    port:p${perl5.major}-pod-escapes \
                    port:p${perl5.major}-pod-simple \
                    port:p${perl5.major}-podlators

    depends_lib-append \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-pathtools \
                    port:p${perl5.major}-time-hires \
                    port:p${perl5.major}-xsloader

    supported_archs noarch
}
