# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Tie-RefHash 1.38 maintainers narf_tm openmaintainer description use references as hash keys long_description This module provides the ability to use references as \ hash keys if you first tie the hash variable to this \ module. Normally, only the keys of the tied hash itself \ are preserved as references\; to use references as keys \ in hashes-of-hashes, use Tie::RefHash::Nestable, \ included as part of Tie::RefHash. platforms darwin checksums md5 a1e52fe3ba2b7b03ecbf6990e666a6d8 \ sha1 66433ba7ff0529908d6f1053ef611a5c952e777f \ rmd160 8f4b2534b353ea9524f09d14c4df7827c5084ea8 ## # Perl searches vendor location last, so this won't ## # override the older version included with perl ## # if we install it in the vendor location ## set perl5.lib ${prefix}/lib/perl5/${perl5.version} ## ## configure.args ## ## post-destroot { ## ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" ## }