# -*- 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.26
perl5.setup         Dist-Zilla-Plugin-BumpVersionAfterRelease 0.018
license             Apache-2
maintainers         {devans @dbevans} openmaintainer
description         Dist::Zilla::Plugin::BumpVersionAfterRelease - Bump module versions after distribution release
long_description    ${description}

platforms           darwin

checksums           rmd160  d3d662bdf13404f3dd4eab97d3009a57ad66a68f \
                    sha256  3c454c812cd3e29bf16a572dcc82b9d74c16f33f6107a5e86d736ff25ec6c5e0 \
                    size    27226

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-fatal

    depends_lib-append \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-version-next

    supported_archs noarch
}
