[128450] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Nov 21 10:19:08 PST 2014


Revision: 128450
          https://trac.macports.org/changeset/128450
Author:   devans at macports.org
Date:     2014-11-21 10:19:08 -0800 (Fri, 21 Nov 2014)
Log Message:
-----------
p5-module-runtime-conflicts: new port, provides conflicts checking for Module::Runtime.

Added Paths:
-----------
    trunk/dports/perl/p5-module-runtime-conflicts/
    trunk/dports/perl/p5-module-runtime-conflicts/Portfile

Added: trunk/dports/perl/p5-module-runtime-conflicts/Portfile
===================================================================
--- trunk/dports/perl/p5-module-runtime-conflicts/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-module-runtime-conflicts/Portfile	2014-11-21 18:19:08 UTC (rev 128450)
@@ -0,0 +1,33 @@
+# -*- 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         Module-Runtime-Conflicts 0.001
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Module::Runtime::Conflicts - Provide information on conflicts for Module::Runtime
+long_description    This module provides conflicts checking for Module::Runtime, \
+                    which had a recent release that broke some versions of Moose. \
+                    It is called from Moose::Conflicts and moose-outdated.
+
+platforms           darwin
+
+checksums           rmd160  c6684939444620f5a21fac81f3a29f3552e723a5 \
+                    sha256  0f73d03846575dd1492d3760deeb9627afaa1f8b04d4d526b1775174201be25f
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-extutils-makemaker \
+                    port:p${perl5.major}-module-build-tiny
+    
+    depends_lib-append \
+                    port:p${perl5.major}-dist-checkconflicts \
+                    port:p${perl5.major}-module-runtime
+
+    supported_archs noarch
+    perl5.use_module_build
+}
+


Property changes on: trunk/dports/perl/p5-module-runtime-conflicts/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/20141121/430563fa/attachment.html>


More information about the macports-changes mailing list