# -*- 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         Syntax-Keyword-Junction 0.003009
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Syntax::Keyword::Junction - Perl6 style Junction operators in Perl5
long_description    This is a lightweight module which provides 'Junction' operators, \
                    the most commonly used being 'any' and 'all'.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  cbdf866cfc86a2845dc8558893ff83b79419b3c1 \
                    sha256  ecd42cc2927d2ed89e80d7571e34ba443765140e51215d659583a8da49d319f0 \
                    size    23475

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-namespace-clean \
                    port:p${perl5.major}-sub-exporter \
                    port:p${perl5.major}-test-needs \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-parent \
                    port:p${perl5.major}-sub-exporter-progressive
}

