# -*- 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
perl5.setup         Dist-Zilla-Plugin-OurPkgVersion 0.21
license             Artistic-2
maintainers         {devans @dbevans} openmaintainer

description         No line insertion and does Package version with our
long_description    ${description}
platforms           darwin

checksums           rmd160  7c9f9a7d409e3fd450305e6af86ced914ca075a7 \
                    sha256  76e3861f03f0ad87432089530349478f33dd07b56df650f8b971153c2e42d021 \
                    size    23181

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

    depends_lib-append \
                    port:p${perl5.major}-dist-zilla \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-types-perl \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-ppi

    supported_archs noarch
}
