[133552] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Mar 4 16:20:08 PST 2015


Revision: 133552
          https://trac.macports.org/changeset/133552
Author:   devans at macports.org
Date:     2015-03-04 16:20:08 -0800 (Wed, 04 Mar 2015)
Log Message:
-----------
p5-test-directory: new port, maintain test directories.

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

Added: trunk/dports/perl/p5-test-directory/Portfile
===================================================================
--- trunk/dports/perl/p5-test-directory/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-directory/Portfile	2015-03-05 00:20:08 UTC (rev 133552)
@@ -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-Directory 0.041
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Directory - Perl extension for maintaining test directories.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  f8fe7afba81e01db0fb00465e48ee4502a9092b4 \
+                    sha256  194323490fa4b5951d93ee034e2da31669fb1959a39cc6fb6211fec810a098d9
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-exception
+    
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-directory/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/20150304/c0769ae0/attachment.html>


More information about the macports-changes mailing list