Added: trunk/dports/perl/p5-pdl-stats/Portfile (0 => 105409)
--- trunk/dports/perl/p5-pdl-stats/Portfile (rev 0)
+++ trunk/dports/perl/p5-pdl-stats/Portfile 2013-04-19 21:03:26 UTC (rev 105409)
@@ -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.8 5.10 5.12 5.14 5.16
+perl5.setup PDL-Stats 0.6.2
+
+platforms darwin
+maintainers nomaintainer
+license {Artistic-1 GPL}
+
+supported_archs noarch
+
+description statistics modules with non-PDL user guide
+long_description ${description}
+
+checksums rmd160 b0ba100739018046b66c7004c018211b53bacb18 \
+ sha256 f99c57f3b7f3d538974fcb0a8ff37dde162e1aded7ae69d4c68c7023a8088226
+
+if {${perl5.major} != ""} {
+ depends_lib-append port:p${perl5.major}-pdl
+}
Property changes on: trunk/dports/perl/p5-pdl-stats/Portfile
___________________________________________________________________