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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Data-Accessor 0.04004
maintainers         narf_tm openmaintainer
description         Inheritable, overridable class and instance data accessor creation
long_description    Class::Data::Accessor is the marriage of Class::Accessor \
                    and Class::Data::Inheritable into a single module.

platforms           darwin

checksums           md5 b5ea49ad12041ac8a7c1c0e111ed67d1 \
                    sha1 db0cb582dce7771be89f05b988207cd7a1afd0da \
                    rmd160 179335eb29b58357de3b69b3e6e3f3fcb1707373

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