[124254] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Aug 21 13:35:12 PDT 2014


Revision: 124254
          https://trac.macports.org/changeset/124254
Author:   devans at macports.org
Date:     2014-08-21 13:35:12 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
p5-extutils-installpaths: new port, build.pl install path logic.

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

Added: trunk/dports/perl/p5-extutils-installpaths/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-installpaths/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-extutils-installpaths/Portfile	2014-08-21 20:35:12 UTC (rev 124254)
@@ -0,0 +1,26 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         ExtUtils-InstallPaths 0.010
+platforms           darwin
+maintainers         devans openmaintainer
+license             {Artistic GPL}
+
+description         ExtUtils::InstallPaths - Build.PL install path logic made easy
+
+long_description    This module tries to make install path resolution as easy as possible.
+
+checksums           rmd160  22cb4c4c730a988fd23870d512f3d20a2246acdd \
+                    sha256  d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156
+
+supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-extutils-config
+}
+


Property changes on: trunk/dports/perl/p5-extutils-installpaths/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/97a53fdc/attachment-0001.html>


More information about the macports-changes mailing list