# $Id: Portfile 48723 2009-03-27 17:30:34Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-C3-Componentised 1.0004
maintainers           narf_tm openmaintainer
description           Load mix-ins or components to your C3-based class.
long_description      This will inject base classes to your module \
                      using the Class::C3 method resolution order.

platforms             darwin

checksums             md5 d4e8fd4f123cc52343b79fe5b434e8d3 \
                      sha1 12cb3ccc13c18f94169b72f5804e96e35bb0f111 \
                      rmd160 bf3a571053d42137909dedd9b79ac3c2ffa12c0f

depends_lib-append    port:p5-class-c3 \
                      port:p5-class-inspector \
                      port:p5-test-exception
