# $Id: Portfile 109173 2013-08-09 12:54:50Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         NEXT 0.65
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
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 fb16341cb2f75c8b2d0881d0a3f2f010 \
                    sha1 015afd504d3ae0a50f47dc6a0af8b9be6fd2a466 \
                    rmd160 aac3f52c07ea83b88dc83ef0da15303be85598a8

supported_archs     noarch
