aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-CurveFit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-22 19:07:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-22 19:07:32 +0000
commit9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8 (patch)
tree3cdef8d0cb4826e67e4e4486f0b39da3a8467b14 /math/p5-Algorithm-CurveFit
parentb7ffdb5d78d881c7767aa9cac82c0da3a96feea7 (diff)
downloadports-9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8.tar.gz
ports-9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8.zip
Notes
Diffstat (limited to 'math/p5-Algorithm-CurveFit')
-rw-r--r--math/p5-Algorithm-CurveFit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile
index baba48d63d63..dcc1a730274d 100644
--- a/math/p5-Algorithm-CurveFit/Makefile
+++ b/math/p5-Algorithm-CurveFit/Makefile
@@ -3,15 +3,18 @@
PORTNAME= Algorithm-CurveFit
PORTVERSION= 1.05
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Nonlinear Least Squares Fitting
-BUILD_DEPENDS= p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Math-MatrixReal>=0:${PORTSDIR}/math/p5-Math-MatrixReal \
p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic
RUN_DEPENDS:= ${BUILD_DEPENDS}