# $Id: Portfile 57285 2009-09-08 16:53:51Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-C3-Componentised 1.0006
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 daea1eb95cdeda8752b472e5fe6a4c86 \
                      sha1 6bd966e7c4865e1acf15e8179cd8cc8fccbe3054 \
                      rmd160 08a8c4c636b1a8d234687d74972ef0965b6d65ba

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