# -*- 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.1 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. platforms darwin checksums rmd160 a6fb5a8f7017cc1d1b21033a63e041a49a214221 \ sha256 c303b7fccfaa1ff4d4c429ab3f15e5ca2a77554ef8c9fc3b8c62ba859e874c98 \ size 87047 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 }