[77527] trunk/dports/perl

l2g at macports.org l2g at macports.org
Sat Apr 2 09:53:01 PDT 2011


Revision: 77527
          http://trac.macports.org/changeset/77527
Author:   l2g at macports.org
Date:     2011-04-02 09:53:01 -0700 (Sat, 02 Apr 2011)
Log Message:
-----------
p5-test-output: new port for Perl module Test::Output

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

Added: trunk/dports/perl/p5-test-output/Portfile
===================================================================
--- trunk/dports/perl/p5-test-output/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-output/Portfile	2011-04-02 16:53:01 UTC (rev 77527)
@@ -0,0 +1,26 @@
+# -*- 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.setup         Test-Output 0.16
+platforms           darwin
+maintainers         l2g openmaintainer
+license             Artistic GPL
+supported_archs     noarch
+
+description         Utilities to test STDOUT and STDERR messages
+
+long_description    Test::Output provides a simple interface for testing \
+                    output sent to STDOUT or STDERR. A number of different \
+                    utilities are included to try and be as flexible as \
+                    possible to the tester.
+
+checksums           sha1    f47a77be9b26e75809fe1972dd2cd05aee7e665d \
+                    rmd160  665ccf3d0b0833710fa5ee41ee84ed7fec4928f1
+
+depends_lib-append  port:p5-sub-exporter
+
+# Only required for testing:
+#depends_build-append port:p5-test-tester


Property changes on: trunk/dports/perl/p5-test-output/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110402/93e54b1f/attachment.html>


More information about the macports-changes mailing list