mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Update to 2.64
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Feature safe: yes
This commit is contained in:
parent
f0ca96bf92
commit
849ec83ced
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307968
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user