# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Class-Data-Inheritable 0.08
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
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

supported_archs noarch
