# -*- 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         Module-Pluggable 6.3
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Module::Pluggable - automatically give your module the ability to have plugins
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  3c7ed6aba077b0934b962615d2f22ef540919ddd \
                    sha256  58512bb9c654746d0937770b98b559b30872d85ac24073485e5830890dd1b2a0 \
                    size    29053

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