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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-MakeMethods 1.01
maintainers         narf_tm openmaintainer
description         Generate common types of methods
long_description    The Class::MakeMethods framework allows Perl class \
                    developers to quickly define common types of methods.

platforms           darwin

checksums           md5 838c98dcf1b1fff4c5d8cffaec32ebbb

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