[133676] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Mar 8 11:40:20 PDT 2015


Revision: 133676
          https://trac.macports.org/changeset/133676
Author:   devans at macports.org
Date:     2015-03-08 11:40:19 -0700 (Sun, 08 Mar 2015)
Log Message:
-----------
p5-test-failwarnings: new port, add test failures if warnings are caught.

Added Paths:
-----------
    trunk/dports/perl/p5-test-failwarnings/
    trunk/dports/perl/p5-test-failwarnings/Portfile

Added: trunk/dports/perl/p5-test-failwarnings/Portfile
===================================================================
--- trunk/dports/perl/p5-test-failwarnings/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-failwarnings/Portfile	2015-03-08 18:40:19 UTC (rev 133676)
@@ -0,0 +1,24 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Test-FailWarnings 0.008
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::FailWarnings - Add test failures if warnings are caught
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  18064d483c8e9a8376a33943d1eeef5c87640641 \
+                    sha256  da34ef9029f6849d6026201d49127d054ee6ac4b979c82210315f5721964a96f
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-capture-tiny
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-failwarnings/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/20150308/8ecc3c5b/attachment-0001.html>


More information about the macports-changes mailing list