[133962] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Mar 15 22:30:33 PDT 2015


Revision: 133962
          https://trac.macports.org/changeset/133962
Author:   devans at macports.org
Date:     2015-03-15 22:30:33 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
p5-test-tempdir-tiny: new port, temporary directories that stick around when tests fail.

Added Paths:
-----------
    trunk/dports/perl/p5-test-tempdir-tiny/
    trunk/dports/perl/p5-test-tempdir-tiny/Portfile

Added: trunk/dports/perl/p5-test-tempdir-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-test-tempdir-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-tempdir-tiny/Portfile	2015-03-16 05:30:33 UTC (rev 133962)
@@ -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.16 5.18 5.20
+perl5.setup         Test-TempDir-Tiny 0.004
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::TempDir::Tiny - Temporary directories that stick around when tests fail
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  62842d75b99c2d8366687000dc41e1db18d7b65c \
+                    sha256  fa23375b765763c3bea7ff8a3f15e1f3204543512758cefc2a1ee6caeb000c58
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-capture-tiny
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-tempdir-tiny/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/20150315/e134fb24/attachment.html>


More information about the macports-changes mailing list