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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Accessor 0.34
maintainers         narf_tm openmaintainer
description         Automated accessor generation
long_description    This module automagically generates accessor/mutators \
                    for your class. Most of the time, writing accessors is \
                    an exercise in cutting and pasting.

platforms           darwin

checksums           md5 0d9640d237a13276145f7e44b4855b89 \
                    sha1 e91317b429f5618c4d0264c699a1f266635f87df \
                    rmd160 545371b2656d317cb8eac019e73a7221f2cb71b3

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