Revision
133553
Author
devans@macports.org
Date
2015-03-04 16:21:30 -0800 (Wed, 04 Mar 2015)

Log Message

p5-test-writevariants: new port, dynamic generation of tests in nested combinations of contexts.

Added Paths

Diff

Added: trunk/dports/perl/p5-test-writevariants/Portfile (0 => 133553)


--- trunk/dports/perl/p5-test-writevariants/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-writevariants/Portfile	2015-03-05 00:21:30 UTC (rev 133553)
@@ -0,0 +1,30 @@
+# -*- 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-WriteVariants 0.010
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::WriteVariants - Dynamic generation of tests in nested combinations of contexts
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  80360076981cd25ea1a2c3e6ed83fa5554b82c86 \
+                    sha256  99cb5fea486e8ecd1b46062d77bdf04ad61d3a4ddd79fb118e1e25e90ab8744e
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-directory \
+                    port:p${perl5.major}-test-most 
+
+    depends_lib-append \
+                    port:p${perl5.major}-data-tumbler \
+                    port:p${perl5.major}-file-homedir \
+                    port:p${perl5.major}-module-pluggable
+
+    supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-test-writevariants/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style