# -*- 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         Dist-Zilla-PluginBundle-Starter v6.0.2 ../../authors/id/D/DB/DBOOK
revision            0
license             Artistic-2
maintainers         {devans @dbevans} openmaintainer
description         Dist::Zilla::PluginBundle::Starter - A minimal Dist::Zilla plugin bundle
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  ec7a756eac19c6b74c7c63efb0e295ecdf891dea \
                    sha256  a937478a29d6fafe6e7f646e40a89fbed27f2342a97c2b5397d859c238a0cc97 \
                    size    42409

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-file-sharedir-install \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-test-file-sharedir

    depends_lib-append \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-dist-zilla-app-command-regenerate \
                    port:p${perl5.major}-dist-zilla-config-slicer \
                    port:p${perl5.major}-dist-zilla-plugin-bumpversionafterrelease \
                    port:p${perl5.major}-dist-zilla-plugin-copyfilesfromrelease \
                    port:p${perl5.major}-dist-zilla-plugin-checkextratests \
                    port:p${perl5.major}-dist-zilla-plugin-distbuild \
                    port:p${perl5.major}-dist-zilla-plugin-makemaker-awesome \
                    port:p${perl5.major}-dist-zilla-plugin-metamergefile \
                    port:p${perl5.major}-dist-zilla-plugin-metaprovides-package \
                    port:p${perl5.major}-dist-zilla-plugin-modulebuildtiny \
                    port:p${perl5.major}-dist-zilla-plugin-modulebuildtiny-fallback \
                    port:p${perl5.major}-dist-zilla-plugin-pod2readme \
                    port:p${perl5.major}-dist-zilla-plugin-readmeanyfrompod \
                    port:p${perl5.major}-dist-zilla-plugin-test-compile \
                    port:p${perl5.major}-dist-zilla-plugin-test-reportprereqs \
                    port:p${perl5.major}-dist-zilla-role-pluginbundle-pluginremover \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-namespace-clean \
                    port:p${perl5.major}-test-pod
}
