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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Devel-Symdump 2.08
maintainers         narf_tm openmaintainer
description         Inspect the symbol table and class hierarchy
long_description    A convenient way to inspect perl's symbol table and \
                    the class hierarchy within a running program.

platforms           darwin

checksums           md5 68e3a2f2f989bff295ee63aed5a2a1e5

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