diff options
author | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
commit | 3d8f980265e3d96ed39d3dd0590423edc5a249b8 (patch) | |
tree | 111a52150c28dcf405c64c454129ca1eb92a756b | |
parent | a80c156e5ffb9d34ae7f0efe4e9f258ac7c36165 (diff) | |
download | freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.gz freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.zst freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.zip |
- Remove SITE_PERL from *_DEPENDS
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 2 | ||||
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Algebra-Symbols/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-Offset/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-RandomOrg/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Sequence/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Series/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Contains/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Pattern/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Simplification/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-BigNum/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Complex/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-NoSimplification/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-SymbolicX-Statistics-Distributions/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Number-WithError-LaTeX/Makefile | 8 |
17 files changed, 27 insertions, 27 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index 26c17a5a7ed8..936615701e11 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for introducing to internal operations of neural networks -BUILD_DEPENDS= ${SITE_PERL}/accessors.pm:${PORTSDIR}/devel/p5-accessors +BUILD_DEPENDS= p5-accessors>=0:${PORTSDIR}/devel/p5-accessors RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index f63e1189c67b..8f778981cfc4 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Generic cad-related geometry calculations -BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ - ${SITE_PERL}/Math/Round/Var.pm:${PORTSDIR}/math/p5-Math-Round-Var \ - ${SITE_PERL}/Math/Geometry/Planar/Offset.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset +BUILD_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ + p5-Math-Round-Var>=0:${PORTSDIR}/math/p5-Math-Round-Var \ + p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Calc.3 diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index bb9ae28861ab..81e9adbb4eb3 100644 --- a/math/p5-Math-Algebra-Symbols/Makefile +++ b/math/p5-Math-Algebra-Symbols/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Symbolic Algebra in Pure Perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Algebra::Symbols.3 \ diff --git a/math/p5-Math-Geometry-Planar-Offset/Makefile b/math/p5-Math-Geometry-Planar-Offset/Makefile index ffa33f5941bf..f64a55bf63cf 100644 --- a/math/p5-Math-Geometry-Planar-Offset/Makefile +++ b/math/p5-Math-Geometry-Planar-Offset/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calculate offset polygons -BUILD_DEPENDS= ${SITE_PERL}/Test/YAML.pm:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Geometry::Planar::Offset.3 diff --git a/math/p5-Math-Geometry-Planar/Makefile b/math/p5-Math-Geometry-Planar/Makefile index ec153810278f..14374565662f 100644 --- a/math/p5-Math-Geometry-Planar/Makefile +++ b/math/p5-Math-Geometry-Planar/Makefile @@ -15,8 +15,8 @@ DISTFILES= Math-Geometry-Planar-1.18-withoutworldwriteables.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A collection of planar geometry functions -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Geometry/Planar/GPC.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC \ - ${SITE_PERL}/Math/Geometry/Planar/Offset.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset +BUILD_DEPENDS= p5-Math-Geometry-Planar-GPC>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC \ + p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Geometry::Planar.3 diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile index 75014f8047af..d942a8da6503 100644 --- a/math/p5-Math-RandomOrg/Makefile +++ b/math/p5-Math-RandomOrg/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve random numbers and data from random.org -BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::RandomOrg.3 diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile index 0d9703e20271..62fb83787c02 100644 --- a/math/p5-Math-Sequence/Makefile +++ b/math/p5-Math-Sequence/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension dealing with mathematic sequences -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Sequence.3 diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile index 35ccaf2b900b..7e58a0f82173 100644 --- a/math/p5-Math-Series/Makefile +++ b/math/p5-Math-Series/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension dealing with mathematic series -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/Sequence.pm:${PORTSDIR}/math/p5-Math-Sequence +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-Sequence>=0:${PORTSDIR}/math/p5-Math-Sequence RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Series.3 diff --git a/math/p5-Math-Symbolic-Custom-Contains/Makefile b/math/p5-Math-Symbolic-Custom-Contains/Makefile index 3f2c55db93b2..20acfb652e9e 100644 --- a/math/p5-Math-Symbolic-Custom-Contains/Makefile +++ b/math/p5-Math-Symbolic-Custom-Contains/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Find subtrees in Math::Symbolic expressions -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::Contains.3 diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile index 0659e8f21192..3c5ba50e4792 100644 --- a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile +++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Calculate Gaussian Error Propagation -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::ErrorPropagation.3 diff --git a/math/p5-Math-Symbolic-Custom-Pattern/Makefile b/math/p5-Math-Symbolic-Custom-Pattern/Makefile index e35e13749064..67cbff6ac505 100644 --- a/math/p5-Math-Symbolic-Custom-Pattern/Makefile +++ b/math/p5-Math-Symbolic-Custom-Pattern/Makefile @@ -17,7 +17,7 @@ COMMENT= Pattern matching on Math::Symbolic trees BUILD_DEPENDS= p5-Math-Symbolic>=0.510:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Test-Pod>=1.0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone + p5-Clone>=0:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::Pattern.3 \ diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile index d3e66827ede5..d26b4433c6db 100644 --- a/math/p5-Math-Symbolic-Custom-Simplification/Makefile +++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= User defined simplification routines -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::Simplification.3 diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile index d22431acdc7f..5a18cd0d96b2 100644 --- a/math/p5-Math-SymbolicX-BigNum/Makefile +++ b/math/p5-Math-SymbolicX-BigNum/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Big number support for the Math::Symbolic parser -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::BigNum.3 diff --git a/math/p5-Math-SymbolicX-Complex/Makefile b/math/p5-Math-SymbolicX-Complex/Makefile index b099ee97e7ef..e3ca23ab1e32 100644 --- a/math/p5-Math-SymbolicX-Complex/Makefile +++ b/math/p5-Math-SymbolicX-Complex/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Complex number support for the Math::Symbolic parser -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::Complex.3 diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile index b99845e4b768..b512a7a10280 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/Makefile +++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Turn off Math::Symbolic simplification -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::SymbolicX::NoSimplification.3 diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index c7138031a728..8e4226153913 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Statistical distributions -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ - ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index 24fa09b53c85..3670b2319495 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX output for Number::WithError -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ - ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ - ${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \ - ${SITE_PERL}/TeX/Encode.pm:${PORTSDIR}/textproc/p5-TeX-Encode +BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ + p5-prefork>=0:${PORTSDIR}/devel/p5-prefork \ + p5-Number-WithError>=0:${PORTSDIR}/math/p5-Number-WithError \ + p5-TeX-Encode>=0:${PORTSDIR}/textproc/p5-TeX-Encode RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest |