# -*- 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.1 ../../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  fb503e83dbcd7c8b7507c1d832e6552017ead96b \
                    sha256  9e7322b83176b00f3ef69fbb855d9ac5e0d668569c97a2601a0628e5a3575685 \
                    size    41290

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
}
