Revision: 105401 https://trac.macports.org/changeset/105401 Author: macsforever2000@macports.org Date: 2013-04-19 13:12:55 -0700 (Fri, 19 Apr 2013) Log Message: ----------- p5-math-spline: New port. Added Paths: ----------- trunk/dports/perl/p5-math-spline/ trunk/dports/perl/p5-math-spline/Portfile Added: trunk/dports/perl/p5-math-spline/Portfile =================================================================== --- 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 ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
macsforever2000@macports.org