[132762] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 06:49:19 PST 2015


Revision: 132762
          https://trac.macports.org/changeset/132762
Author:   devans at macports.org
Date:     2015-02-10 06:49:19 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-test-class: new port, easily create test classes in an xUnit/JUnit style.

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

Added: trunk/dports/perl/p5-test-class/Portfile
===================================================================
--- trunk/dports/perl/p5-test-class/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-class/Portfile	2015-02-10 14:49:19 UTC (rev 132762)
@@ -0,0 +1,31 @@
+# -*- 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-Class 0.48
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Class - Easily create test classes in an xUnit/JUnit style
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  6a228ade284137d437b080768d6e0608266ff18c \
+                    sha256  2db02f774063fe22e3c259168ac091aa0e77d2f587e005e4a777da63665670d3
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-exception
+
+    depends_lib-append \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-try-tiny
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-class/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/20150210/547a843e/attachment-0001.html>


More information about the macports-changes mailing list