diff options
author | culot <culot@FreeBSD.org> | 2012-11-30 01:10:16 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-11-30 01:10:16 +0800 |
commit | d3f125f3bd9c3165482a4f8364c40d072847f765 (patch) | |
tree | 2cd85014355fc6a66a42cbc1546cabaab77e5911 /math/p5-Math-Polynomial-Solve | |
parent | 931ea398cb2c6064d457e5308c6ea865399c4a78 (diff) | |
download | freebsd-ports-gnome-d3f125f3bd9c3165482a4f8364c40d072847f765.tar.gz freebsd-ports-gnome-d3f125f3bd9c3165482a4f8364c40d072847f765.tar.zst freebsd-ports-gnome-d3f125f3bd9c3165482a4f8364c40d072847f765.zip |
- Update to 2.64
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
Feature safe: yes
Diffstat (limited to 'math/p5-Math-Polynomial-Solve')
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/distinfo | 4 |
2 files changed, 15 insertions, 9 deletions
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index 12e86c5178f4..b259c6e25a7e 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Math-Polynomial-Solve -# Date created: 2006-10-23 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.61 +PORTVERSION= 2.64 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math @@ -15,8 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find the roots of polynomial equations +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +RUN_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Math-Polynomial-Solve/distinfo b/math/p5-Math-Polynomial-Solve/distinfo index e4ebf6302f84..f84572d135bf 100644 --- a/math/p5-Math-Polynomial-Solve/distinfo +++ b/math/p5-Math-Polynomial-Solve/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Polynomial-Solve-2.61.tar.gz) = 9f7b6ce0fef87badc43a33abad54304c593e4b5cee2dc841064ea471c6541c92 -SIZE (Math-Polynomial-Solve-2.61.tar.gz) = 1095322 +SHA256 (Math-Polynomial-Solve-2.64.tar.gz) = fab8c1ebd48a761e09afcc74cc4802f384ad25a1fa9b5e22b672468fd2d55040 +SIZE (Math-Polynomial-Solve-2.64.tar.gz) = 1108020 |