diff options
author | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
commit | 4539b36e07dc5d3a00796c31225b2da419544ef0 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /math | |
parent | a7f25a26617517dba99672639956e265390f576a (diff) | |
download | freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.gz freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.zst freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.zip |
- Convert to new perl framework
Diffstat (limited to 'math')
26 files changed, 52 insertions, 26 deletions
diff --git a/math/p5-AI-Genetic/Makefile b/math/p5-AI-Genetic/Makefile index 8cd4d17195ad..647b25cd79ae 100644 --- a/math/p5-AI-Genetic/Makefile +++ b/math/p5-AI-Genetic/Makefile @@ -20,6 +20,7 @@ MAN3= AI::Genetic.3 \ AI::Genetic::OpMutation.3 \ AI::Genetic::OpSelection.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index 20abfb0c370c..9599be1f7b6a 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -16,7 +16,8 @@ COMMENT= Perl module implementing a back-propagation feed-forward neural network USE_ZIP= yes NO_WRKSUBDIR= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AI::NeuralNet::BackProp.3 diff --git a/math/p5-Bit-ShiftReg/Makefile b/math/p5-Bit-ShiftReg/Makefile index 1764508d7dbf..f8b9ac382296 100644 --- a/math/p5-Bit-ShiftReg/Makefile +++ b/math/p5-Bit-ShiftReg/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module implementing various bit shifting operations -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bit::ShiftReg.3 diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index 81e9adbb4eb3..d343a27ce265 100644 --- a/math/p5-Math-Algebra-Symbols/Makefile +++ b/math/p5-Math-Algebra-Symbols/Makefile @@ -22,6 +22,7 @@ MAN3= Math::Algebra::Symbols.3 \ Math::Algebra::Symbols::Symbols.3 \ Math::Algebra::Symbols::Term.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index 84f4dbfdd2a0..ef507e0d5fbd 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to solve Bezier curves -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Bezier.3 diff --git a/math/p5-Math-Combinatorics/Makefile b/math/p5-Math-Combinatorics/Makefile index aad84697a91a..579fb4b7b3a5 100644 --- a/math/p5-Math-Combinatorics/Makefile +++ b/math/p5-Math-Combinatorics/Makefile @@ -16,6 +16,7 @@ COMMENT= Perform combinations and permutations on lists MAN3= Math::Combinatorics.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile index 4c081755d106..b42e2913d5df 100644 --- a/math/p5-Math-Derivative/Makefile +++ b/math/p5-Math-Derivative/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Numeric 1st and 2nd order differentiation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Derivative.3 diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index 5e4d08284ffb..a24b67465c92 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl module for parsing mathematical expressions into a tree structure LICENSE= GPLv2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ Math::Expr::MatchSet.3 Math::Expr::Node.3 \ diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 2fe7c232b1b5..55b51f860adc 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module providing an interface to Fast Fourier Transform routines -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::FFT.3 diff --git a/math/p5-Math-Geometry-Planar-GPC/Makefile b/math/p5-Math-Geometry-Planar-GPC/Makefile index f3bf16f71abf..aed5d72b3385 100644 --- a/math/p5-Math-Geometry-Planar-GPC/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC/Makefile @@ -16,6 +16,7 @@ COMMENT= Perl wrapper for Alan Murta's gpc library MAN3= Math::Geometry::Planar::GPC.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Geometry-Planar/Makefile b/math/p5-Math-Geometry-Planar/Makefile index 14374565662f..3b5534a97c39 100644 --- a/math/p5-Math-Geometry-Planar/Makefile +++ b/math/p5-Math-Geometry-Planar/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Geometry::Planar.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 1d3c5f8703c3..e01c8aa10915 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -17,7 +17,8 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_GCC= 4.6+ diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 746da85716c8..ad090d03043f 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl routines for data sets interpolation and interval search -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Interpolate.3 Math::IntervalSearch.3 diff --git a/math/p5-Math-Intersection-StraightLine/Makefile b/math/p5-Math-Intersection-StraightLine/Makefile index 921903ad5337..fc6eb8e8e380 100644 --- a/math/p5-Math-Intersection-StraightLine/Makefile +++ b/math/p5-Math-Intersection-StraightLine/Makefile @@ -16,6 +16,7 @@ COMMENT= Calculate intersection point for two lines MAN3= Math::Intersection::StraightLine.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Logic/Makefile b/math/p5-Math-Logic/Makefile index a5b7a930d6b0..a9568798f48b 100644 --- a/math/p5-Math-Logic/Makefile +++ b/math/p5-Math-Logic/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module providing pure 2, 3, or multi-value logic -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Logic.3 .include <bsd.port.mk> diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index d942a8da6503..95eae6ec4696 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::RandomOrg.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile index 62fb83787c02..0fd3fef0135c 100644 --- a/math/p5-Math-Sequence/Makefile +++ b/math/p5-Math-Sequence/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Sequence.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile index 7e58a0f82173..6366d2f483a4 100644 --- a/math/p5-Math-Series/Makefile +++ b/math/p5-Math-Series/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Series.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile index 2e3182484bc0..5b0b134faf43 100644 --- a/math/p5-Math-Spline/Makefile +++ b/math/p5-Math-Spline/Makefile @@ -12,7 +12,8 @@ COMMENT= Cubic Spline Interpolation of data RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Spline.3 diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile index d26b4433c6db..0a51e021ac90 100644 --- a/math/p5-Math-Symbolic-Custom-Simplification/Makefile +++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::Simplification.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile index 5a18cd0d96b2..590b5888369b 100644 --- a/math/p5-Math-SymbolicX-BigNum/Makefile +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::BigNum.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile index b512a7a10280..eef6cee5fa95 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/Makefile +++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::NoSimplification.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index 8e4226153913..736d1911d8ad 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -21,6 +21,7 @@ TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest MAN3= Math::SymbolicX::Statistics::Distributions.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index 3670b2319495..14e925e96764 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -24,6 +24,7 @@ TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest MAN3= Number::WithError::LaTeX.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Set-Partition/Makefile b/math/p5-Set-Partition/Makefile index b8735ddc2f24..97bb986c9811 100644 --- a/math/p5-Set-Partition/Makefile +++ b/math/p5-Set-Partition/Makefile @@ -16,6 +16,7 @@ COMMENT= Enumerate all arrangements of a set in fixed subsets MAN3= Set::Partition.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/math/p5-Statistics-Descriptive-Discrete/Makefile b/math/p5-Statistics-Descriptive-Discrete/Makefile index acc75fc29e86..477ac25518c9 100644 --- a/math/p5-Statistics-Descriptive-Discrete/Makefile +++ b/math/p5-Statistics-Descriptive-Discrete/Makefile @@ -16,6 +16,7 @@ COMMENT= Compute descriptive statistics for discrete data sets MAN3= Statistics::Descriptive::Discrete.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |