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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Inspector 1.24
maintainers         narf_tm openmaintainer
description         Get information about a class and its structure
long_description    Class::Inspector allows you to get information about a \
                    loaded class. Most or all of this information can be \
                    found in other ways, but they aren't always very \
                    friendly, and usually involve a relatively high level of \
                    Perl wizardry, or strange and unusual looking code. \
                    Class::Inspector attempts to provide an easier, more \
                    friendly interface to this information.

platforms           darwin

checksums           md5 609189b49f64d329a6e413e0a6d8724a \
                    sha1 0ec9ad8743fa212e9a13b4a33aac581f5708649a \
                    rmd160 93ff9cf478deeadb28208b4a15c38cd275ecec6c

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