# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup autobox 2.84 ../by-authors/id/C/CH/CHOCOLATE/ license {Artistic-1 GPL} 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 b067110ad66b70c24d5f96b883627f22ce9880ac \ sha256 98dd2754f226684a72ccba3a95956b7eaff2871568e4dd9746e6fb6daae0b96b if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-scope-guard }