# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Data-Inheritable 0.08
maintainers         narf_tm openmaintainer
description         Inheritable, overridable class data
long_description    Class::Data::Inheritable is for creating \
                    accessor/mutators to class data. That is, if you want to \
                    store something about your class as a whole (instead of \
                    about a single object). This data is then inherited \
                    by your subclasses and can be overriden.

platforms           darwin

checksums           md5 fc0fe65926eb8fb932743559feb54eb9

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