# -*- 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-Build 0.026 ../../authors/id/L/LE/LEONT
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Dist::Build - A modern module builder, author tools not included!
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  6996e8b8e5767d0a8c0b730dfee79c15c947fa29 \
                    sha256  831bc7239e453ebcd21676f47f4ff88fcfea9554c3044b2dc1319e74107c486c \
                    size    31801

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

    depends_lib-append \
                    port:p${perl5.major}-cpan-meta \
                    port:p${perl5.major}-extutils-builder \
                    port:p${perl5.major}-extutils-builder-compiler \
                    port:p${perl5.major}-extutils-helpers \
                    port:p${perl5.major}-extutils-installpaths \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-podlators \
                    port:p${perl5.major}-scalar-list-utils \
                    port:p${perl5.major}-test-harness \
                    port:p${perl5.major}-text-parsewords

    perl5.use_module_build
}
