# -*- 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         CLI-Osprey 0.08
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         CLI::Osprey - MooX::Options + MooX::Cmd + Sanity
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  2a43df5fd79ac123887dbed0b2ea29a874e067bc \
                    sha256  f7480523dbdf2c2b53789c06a8bd91cf6579bb8cc5678e72ea8a1faaab30d19a \
                    size    21310

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-module-build-tiny \
                    port:p${perl5.major}-test-lib

    depends_lib-append \
                    port:p${perl5.major}-getopt-long-descriptive \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-path-tiny

    perl5.use_module_build
}
