[152799] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 18 14:32:15 PDT 2016


Revision: 152799
          https://trac.macports.org/changeset/152799
Author:   devans at macports.org
Date:     2016-09-18 14:32:15 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
p5-test2-plugin-nowarnings: new port, Test2 plugin to fail if tests warn.

Added Paths:
-----------
    trunk/dports/perl/p5-test2-plugin-nowarnings/
    trunk/dports/perl/p5-test2-plugin-nowarnings/Portfile

Added: trunk/dports/perl/p5-test2-plugin-nowarnings/Portfile
===================================================================
--- trunk/dports/perl/p5-test2-plugin-nowarnings/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test2-plugin-nowarnings/Portfile	2016-09-18 21:32:15 UTC (rev 152799)
@@ -0,0 +1,27 @@
+# -*- 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.22 5.24
+perl5.setup         Test2-Plugin-NoWarnings 0.02 ../by-authors/id/D/DR/DROLSKY
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test2::Plugin::NoWarnings - Fail if tests warn
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  e4b8014a69fa076bbb77b062a3a8abd0e17d335a \
+                    sha256  38cf62b0c8bea7cb6cbf02543e35ac43c5fe5921ad541b2c55ba240e28731749
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test2-suite
+
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple \
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test2-plugin-nowarnings/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/20160918/3eebc2b0/attachment-0001.html>


More information about the macports-changes mailing list