Added: trunk/dports/perl/p5-test-directory/Portfile (0 => 133552)
--- 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
___________________________________________________________________