# -*- 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 2.183
maintainers         nomaintainer
license             {Artistic-1 GPL}
platforms           darwin
description         Stringified Perl data structures, suitable for both \
                    printing and "eval"

long_description    Given a list of scalars or reference variables, writes \
                    out their contents in Perl syntax. The references can \
                    also be objects.  The contents of each variable is \
                    output in a single Perl statement.  Handles \
                    self-referential structures correctly.  The return value \
                    can be \"eval\"ed to get back an identical copy of the \
                    original reference structure.

checksums           rmd160  5d6043dfbcbec6d84f5a13badd0622c5dc762437 \
                    sha256  e42736890b7dae1b37818d9c5efa1f1fdc52dec04f446a33a4819bf1d4ab5ad3 \
                    size    168645
