# $Id: Portfile 104947 2013-04-05 22:38:54Z macsforever2000@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Class-Load 0.20
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           a working (require Class::Name) and more
long_description      ${description}

platforms             darwin

checksums             rmd160 040eeb3049f08444e7d7f3cfcf0bcc03e2ed7e97 \
                      sha256 823c45885e1d29feef6867282b881d402f42af6413c7e0e9f8fe32086aee8c20

if {${perl5.major} != ""} {
    depends_build-append  port:p${perl5.major}-test-fatal \
                          port:p${perl5.major}-test-requires
    depends_lib-append    port:p${perl5.major}-data-optlist \
                          port:p${perl5.major}-module-implementation \
                          port:p${perl5.major}-module-runtime \
                          port:p${perl5.major}-package-stash \
                          port:p${perl5.major}-try-tiny
    
    supported_archs       noarch
}
