[42808] trunk/dports/perl

narf_tm at macports.org narf_tm at macports.org
Sun Nov 30 20:39:48 PST 2008


Revision: 42808
          http://trac.macports.org/changeset/42808
Author:   narf_tm at macports.org
Date:     2008-11-30 20:39:48 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
New port p5-tie-refhash 1.38.

Added Paths:
-----------
    trunk/dports/perl/p5-tie-refhash/
    trunk/dports/perl/p5-tie-refhash/Portfile

Added: trunk/dports/perl/p5-tie-refhash/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-refhash/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-tie-refhash/Portfile	2008-12-01 04:39:48 UTC (rev 42808)
@@ -0,0 +1,31 @@
+# $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"
+}


Property changes on: trunk/dports/perl/p5-tie-refhash/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/835d1151/attachment.html>


More information about the macports-changes mailing list