# -*- 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 v5.0.2
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  8699c9e609d6122481192e44e0bdc79bac333c08 \
                    sha256  5ac96d5c7dc0654a9b66104b756fdc5bf0de5d302fe3fb96c052f48e6ddb6f43 \
                    size    40974

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-makemaker-awesome \
                    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
}
