# -*- 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         autobox-Junctions 0.002
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         autobox::Junctions - Autoboxified junction-style operators
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  373125a36e2e4b337ef87ccac27e79d0578b55c6 \
                    sha256  30f5eac88817a45231f14f8b309162a535cf7c4fe1ebd131c942984134fcb12d \
                    size    27355

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

    depends_lib-append \
                    port:p${perl5.major}-autobox \
                    port:p${perl5.major}-syntax-keyword-junction

    supported_archs noarch
}
