[149923] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Jul 5 14:41:36 PDT 2016


Revision: 149923
          https://trac.macports.org/changeset/149923
Author:   devans at macports.org
Date:     2016-07-05 14:41:36 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
p5-test2-asyncsubtest: new port, object and tools for writing asynchronous subtests.

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

Added: trunk/dports/perl/p5-test2-asyncsubtest/Portfile
===================================================================
--- trunk/dports/perl/p5-test2-asyncsubtest/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test2-asyncsubtest/Portfile	2016-07-05 21:41:36 UTC (rev 149923)
@@ -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-AsyncSubtest 0.000018 ../by-authors/id/E/EX/EXODIST
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test2::AsyncSubtest - Object representing an async subtest and tools for writing them
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  739e27288b6a60140cc250876f39cdaab29601aa \
+                    sha256  9c86352d06b57d8a411d454cb71396919468e726705f252e1298dd4437f24769
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-scope-guard \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test2-suite \
+                    port:p${perl5.major}-time-hires
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test2-asyncsubtest/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/0e1ee63d/attachment.html>


More information about the macports-changes mailing list