[149925] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Jul 5 14:43:56 PDT 2016


Revision: 149925
          https://trac.macports.org/changeset/149925
Author:   devans at macports.org
Date:     2016-07-05 14:43:56 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
p5-test2-workflow: new port, a way of structuring tests using composable units.

Added Paths:
-----------
    trunk/dports/perl/p5-test2-workflow/
    trunk/dports/perl/p5-test2-workflow/Portfile

Added: trunk/dports/perl/p5-test2-workflow/Portfile
===================================================================
--- trunk/dports/perl/p5-test2-workflow/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test2-workflow/Portfile	2016-07-05 21:43:56 UTC (rev 149925)
@@ -0,0 +1,30 @@
+# -*- 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-Workflow 0.000014 ../by-authors/id/E/EX/EXODIST
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test2::Workflow - A test workflow is a way of structuring tests using composable units.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  b68514b0dadf306773ad571b015f4cb7a63540fe \
+                    sha256  ad2d7e18ca2eed1f99963bda8ffc42c4d4db313dfbc692827578032643d83d5c
+
+if {${perl5.major} != ""} {
+# use latest Time::HiRes for Sierra compatibility
+    depends_lib-append \
+                    port:p${perl5.major}-importer \
+                    port:p${perl5.major}-sub-name \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test2-asyncsubtest \
+                    port:p${perl5.major}-test2-suite \
+                    port:p${perl5.major}-time-hires
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test2-workflow/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/20160705/a32207be/attachment.html>


More information about the macports-changes mailing list