# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Class-C3 0.32 license {Artistic-1 GPL} maintainers nomaintainer supported_archs noarch 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 rmd160 e64b0c0604426b6d339fabb652825bdf85a3026b \ sha256 2f6075d547088719875f767dcaf6e71c92449309313a5bd05ba09bb60110e874 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-algorithm-c3 \ port:p${perl5.major}-class-c3-xs }