[130016] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Dec 24 11:14:19 PST 2014


Revision: 130016
          https://trac.macports.org/changeset/130016
Author:   devans at macports.org
Date:     2014-12-24 11:14:19 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-test-most: new port, provides most commonly needed test functions and features.

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

Added: trunk/dports/perl/p5-test-most/Portfile
===================================================================
--- trunk/dports/perl/p5-test-most/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-most/Portfile	2014-12-24 19:14:19 UTC (rev 130016)
@@ -0,0 +1,28 @@
+# -*- 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-Most 0.34
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Most - Most commonly needed test functions and features.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  d693eed598c6213799c1ec5dad1ade8612379b37 \
+                    sha256  c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-exception-class \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-differences \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-warn
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-most/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/20141224/b1400ad9/attachment.html>


More information about the macports-changes mailing list