# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Class-Autouse 2.02
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Class::Autouse - Run-time load a class the first time you call a method in it.
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  339b3f86abf28976a065038c7a7b73e9ab1bd385 \
                    sha256  538e9575423a8185d8c9f1b92e71e21e44bb9414deb060adb9467a0bad490898 \
                    size    48342

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-prefork
}
