diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-22 19:07:32 +0000 |
commit | 9937b95e54d5a9b95cb27ec5782e99d1bd4e57b8 (patch) | |
tree | 3cdef8d0cb4826e67e4e4486f0b39da3a8467b14 /math/p5-Algorithm-CurveFit | |
parent | b7ffdb5d78d881c7767aa9cac82c0da3a96feea7 (diff) |
- Respect upstream naming: rename math/p5-MatrixReal to math/p5-Math-MatrixReal
- Bump PORTREVISION for math/p5-MatrixReal PORTNAME/path change
- While I'm here:
- Remove unnecessary DISTNAME and MASTER_SITE_SUBDIR
- Add LICENSE
- Sort *_DEPENDS
Notes
Notes:
svn path=/head/; revision=334605
Diffstat (limited to 'math/p5-Algorithm-CurveFit')
-rw-r--r-- | math/p5-Algorithm-CurveFit/Makefile | 7 |
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} |