# $Id: Portfile 48722 2009-03-27 17:28:42Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Class-C3 0.21
maintainers           narf_tm openmaintainer
description           A pragma to use the C3 method resolution order algortihm
long_description      This is pragma to change Perl 5's standard method \
                      resolution order from depth-first left-to-right \
                      (a.k.a - pre-order) to the more sophisticated C3 \
                      method resolution order.

platforms             darwin

checksums             md5 ce6306b7a1607c239977b823b89863a6 \
                      sha1 6e5146c3ee56b9f3d7621c7dc81c0eda5345cf21 \
                      rmd160 3a6c041b018d53e881dc11f8a7f57b2edc9e74cd

depends_lib-append    port:p5-algorithm-c3 \
                      port:p5-class-c3-xs
