# $Id: Portfile 84444 2011-09-26 11:14:03Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           MRO-Compat 0.11 ../../authors/id/F/FL/FLORA/
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
supported_archs       noarch

description           mro::* interface compatibility for Perls < 5.9.5
long_description      The "mro" namespace provides several utilities for \
                      dealing with method resolution order and method caching \
                      in general in Perl 5.9.5 and higher.

platforms             darwin

checksums             md5 462b68631d5bef8c807190f1c5c17306 \
                      sha1 295954e3ce0cd5b1df1e992c987a89e5c6fb7713 \
                      rmd160 8fe9b04f545db6686fb0a683930bec6537679a2a

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-class-c3
}
