# -*- 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 v3.0.2
license             Artistic-2
maintainers         nomaintainer
description         Call methods on native types
long_description    The autobox pragma allows methods to be called on \
                    integers, floats, strings, arrays, hashes, and \
                    code references in exactly the same manner as \
                    blessed references.

checksums           rmd160  2a7cdbd515ee6f823b7f105c20fbba4a1a21090f \
                    sha256  70751531ba78d768d6f4f77a32b1ea2d1959e76e37b6f89e5ce6930c06c60bf6 \
                    size    160384

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-ipc-system-simple \
                    port:p${perl5.major}-test-fatal

    depends_lib-append \
                    port:p${perl5.major}-scope-guard
}
