aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Spline
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-09 03:41:46 +0000
commitdef2086b0eef7e9a686928b00e3f5459ce8321b0 (patch)
treea7a1749f95e8842a733261c4e1258b26bc265c44 /math/p5-Math-Spline
parentf5079201506bd55f3ed28d10239f41b95fc398ac (diff)
downloadports-def2086b0eef7e9a686928b00e3f5459ce8321b0.tar.gz
ports-def2086b0eef7e9a686928b00e3f5459ce8321b0.zip
Notes
Diffstat (limited to 'math/p5-Math-Spline')
-rw-r--r--math/p5-Math-Spline/Makefile8
-rw-r--r--math/p5-Math-Spline/pkg-descr2
2 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile
index 77eb03b21bb3..a36fd7c4d77b 100644
--- a/math/p5-Math-Spline/Makefile
+++ b/math/p5-Math-Spline/Makefile
@@ -7,10 +7,14 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Cubic Spline Interpolation of data
-RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Spline/pkg-descr b/math/p5-Math-Spline/pkg-descr
index 7ea5e2218630..cd11472a7b6c 100644
--- a/math/p5-Math-Spline/pkg-descr
+++ b/math/p5-Math-Spline/pkg-descr
@@ -2,3 +2,5 @@ This package provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions or,
more easily as a class module.
+
+WWW: http://search.cpan.org/dist/Math-Spline/