Added: trunk/dports/perl/p5-math-spline/Portfile (0 => 105401)
--- trunk/dports/perl/p5-math-spline/Portfile (rev 0)
+++ trunk/dports/perl/p5-math-spline/Portfile 2013-04-19 20:12:55 UTC (rev 105401)
@@ -0,0 +1,21 @@
+# -*- 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 Math-Spline 0.01
+
+platforms darwin
+maintainers nomaintainer
+license {Artistic-1 GPL}
+
+supported_archs noarch
+
+description Cubic Spline Interpolation of data
+
+long_description ${description}
+
+checksums rmd160 f2f996ee0d4fa52ca235151355a32fd634284e57 \
+ sha256 8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d72
Property changes on: trunk/dports/perl/p5-math-spline/Portfile
___________________________________________________________________