# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         NEXT 0.64
maintainers         narf_tm openmaintainer
description         Provide a pseudo-class NEXT (et al) that allows method redispatch
long_description    NEXT.pm adds a pseudoclass named NEXT to any program \
                    that uses it. If a method m calls \$self-NEXT::m()>, the \
                    call to m is redispatched as if the calling method had \
                    not originally been found.

platforms           darwin

checksums           md5 2f0e12f1210c656fee197be3a2ea5298 \
                    sha1 21a6f8f4017b3c3ec003fa7c91c29d8f8c03acdb \
                    rmd160 a8214c41a89a0c089c03986ea169d797147358b7

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