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

Log Message

p5-data-tumbler: new port, dynamic generation of nested combinations of variants.

Added Paths

Diff

Added: trunk/dports/perl/p5-data-tumbler/Portfile (0 => 133551)


--- trunk/dports/perl/p5-data-tumbler/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-data-tumbler/Portfile	2015-03-05 00:19:19 UTC (rev 133551)
@@ -0,0 +1,27 @@
+# -*- 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         Data-Tumbler 0.008
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Data::Tumbler - Dynamic generation of nested combinations of variants
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  0c0702762d7c2b6345406d8e6775a6e749a089ff \
+                    sha256  0914f3c18df3a00295ff40d3f87e4266b5ebe922101498389a338321bbe07c8e
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-most
+
+    depends_lib-append \
+                    port:p${perl5.major}-file-homedir
+
+    supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-data-tumbler/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style