[42856] trunk/dports/perl

narf_tm at macports.org narf_tm at macports.org
Mon Dec 1 09:29:42 PST 2008


Revision: 42856
          http://trac.macports.org/changeset/42856
Author:   narf_tm at macports.org
Date:     2008-12-01 09:29:41 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
New port p5-extutils-install 1.52.

Added Paths:
-----------
    trunk/dports/perl/p5-extutils-install/
    trunk/dports/perl/p5-extutils-install/Portfile

Added: trunk/dports/perl/p5-extutils-install/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-install/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-extutils-install/Portfile	2008-12-01 17:29:41 UTC (rev 42856)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         ExtUtils-Install 1.52
+maintainers         narf_tm openmaintainer
+description         install files from here to there
+long_description    Handles the installing and uninstalling of perl \
+                    modules, scripts, man pages, etc...
+
+platforms           darwin
+
+checksums           md5 dae7528d24d2aa14204df3a873b77e5a \
+                    sha1 7660067021b72fca7898d0963a92189690d78491 \
+                    rmd160 2391d02cfd9631eeae4dcc634b650e6cd2bade79
+
+# 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-extutils-install/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/20081201/1e1f26b8/attachment-0001.html>


More information about the macports-changes mailing list