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

platforms           {darwin any}

checksums           rmd160  e0996969435a09e8d9c45549248d4ebe86056b14 \
                    sha256  b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df

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

    supported_archs noarch
}
