# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Data-Dump 1.15
maintainers         narf_tm openmaintainer
description         Pretty printing of data structures
long_description    This module provides a single function called dump() \
                    that takes a list of values as its argument and produces \
                    a string as its result. The string contains Perl code \
                    that, when evaled, produces a deep copy of the original \
                    arguments. The string is formatted for easy reading. If \
                    dump() is called in a void context, then the dump is \
                    printed on STDERR instead of being returned.

platforms           darwin

checksums           md5 775729739a599dc5fbf918dc7cffe9f4 \
                    sha1 5aaab2c3c7eef509d5e076eb4a5de4cafd5abfd5 \
                    rmd160 ef3ae8b71434dbece01a3c17d62e505982e0bb70

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
