[148114] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Apr 27 00:59:17 PDT 2016


Revision: 148114
          https://trac.macports.org/changeset/148114
Author:   devans at macports.org
Date:     2016-04-27 00:59:17 -0700 (Wed, 27 Apr 2016)
Log Message:
-----------
p5-test2-suite: new port, a rich set of tools built upon the Test2 framework.

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

Added: trunk/dports/perl/p5-test2-suite/Portfile
===================================================================
--- trunk/dports/perl/p5-test2-suite/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test2-suite/Portfile	2016-04-27 07:59:17 UTC (rev 148114)
@@ -0,0 +1,24 @@
+# -*- 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
+perl5.setup         Test2-Suite 0.000028 ../by-authors/id/E/EX/EXODIST
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test2::Suite - Distribution with a rich set of tools built upon the Test2 framework. (EXPERIMENTAL)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  f8a19df446ff166b62847782d16055a663cbcfd9 \
+                    sha256  9c8f1ae5ad52b106ceee2c427e0f7775fdc7fc242f36bad4a2092dd105c873cb
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test2
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test2-suite/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/20160427/bc272547/attachment.html>


More information about the macports-changes mailing list