aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/p5-AI-Perceptron/Makefile4
-rw-r--r--math/p5-Algorithm-CurveFit/Makefile4
-rw-r--r--math/p5-Algorithm-KMeans/Makefile4
-rw-r--r--math/p5-Bit-Vector/Makefile4
-rw-r--r--math/p5-CAD-Calc/Makefile4
-rw-r--r--math/p5-Chart-Math-Axis/Makefile4
-rw-r--r--math/p5-GIS-Distance-Fast/Makefile4
-rw-r--r--math/p5-GIS-Distance/Makefile4
-rw-r--r--math/p5-Graph/Makefile4
-rw-r--r--math/p5-Math-BigInt-FastCalc/Makefile4
-rw-r--r--math/p5-Math-BigInt-GMP/Makefile4
-rw-r--r--math/p5-Math-BigInt-Lite/Makefile4
-rw-r--r--math/p5-Math-BigInt-Pari/Makefile4
-rw-r--r--math/p5-Math-Currency/Makefile4
-rw-r--r--math/p5-Math-Geometry-Planar-Offset/Makefile4
-rw-r--r--math/p5-Math-Geometry-Planar/Makefile4
-rw-r--r--math/p5-Math-Geometry-Voronoi/Makefile4
-rw-r--r--math/p5-Math-Geometry/Makefile4
-rw-r--r--math/p5-Math-MPC/Makefile4
-rw-r--r--math/p5-Math-Polygon-Tree/Makefile4
-rw-r--r--math/p5-Math-Polynomial-Solve/Makefile4
-rw-r--r--math/p5-Math-Prime-XS/Makefile4
-rw-r--r--math/p5-Math-Random-ISAAC/Makefile4
-rw-r--r--math/p5-Math-Random-MT-Auto/Makefile4
-rw-r--r--math/p5-Math-Random-OO/Makefile4
-rw-r--r--math/p5-Math-RandomOrg/Makefile4
-rw-r--r--math/p5-Math-Sequence/Makefile4
-rw-r--r--math/p5-Math-Series/Makefile4
-rw-r--r--math/p5-Math-Spline/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-CCompiler/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-Contains/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-Pattern/Makefile4
-rw-r--r--math/p5-Math-Symbolic-Custom-Simplification/Makefile4
-rw-r--r--math/p5-Math-Symbolic/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-BigNum/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-Complex/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-Error/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-Inline/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-NoSimplification/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile4
-rw-r--r--math/p5-Math-SymbolicX-Statistics-Distributions/Makefile4
-rw-r--r--math/p5-Number-WithError-LaTeX/Makefile4
-rw-r--r--math/p5-Number-WithError/Makefile4
-rw-r--r--math/p5-Parse-Range/Makefile4
-rw-r--r--math/p5-Set-IntSpan-Fast-XS/Makefile4
-rw-r--r--math/p5-Set-IntSpan-Fast/Makefile4
-rw-r--r--math/p5-Statistics-Basic/Makefile4
-rw-r--r--math/p5-Statistics-Contingency/Makefile4
-rw-r--r--math/p5-Statistics-TTest/Makefile4
-rw-r--r--math/p5-bignum/Makefile4
52 files changed, 104 insertions, 104 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile
index f2326719ae30..2171209629ef 100644
--- a/math/p5-AI-Perceptron/Makefile
+++ b/math/p5-AI-Perceptron/Makefile
@@ -14,8 +14,8 @@ COMMENT= Perl module for introducing to internal operations of neural networks
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-accessors>=0:devel/p5-accessors
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-accessors>=0:devel/p5-accessors
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Algorithm-CurveFit/Makefile b/math/p5-Algorithm-CurveFit/Makefile
index 8a97dc9f80f3..e343472665aa 100644
--- a/math/p5-Algorithm-CurveFit/Makefile
+++ b/math/p5-Algorithm-CurveFit/Makefile
@@ -14,9 +14,9 @@ COMMENT= Nonlinear Least Squares Fitting
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-MatrixReal>=0:math/p5-Math-MatrixReal \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-MatrixReal>=0:math/p5-Math-MatrixReal \
p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile
index 5c445bc66523..b103d9a37901 100644
--- a/math/p5-Algorithm-KMeans/Makefile
+++ b/math/p5-Algorithm-KMeans/Makefile
@@ -13,10 +13,10 @@ COMMENT= Clustering multi-dimensional data with a pure-Perl implementation
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:graphics/p5-Graphics-GnuplotIF \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:graphics/p5-Graphics-GnuplotIF \
p5-Math-GSL>=0.26:math/p5-Math-GSL \
p5-Math-Random>=0.71:math/p5-Math-Random
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile
index ae2b11ddbdc9..28390cf6bffc 100644
--- a/math/p5-Bit-Vector/Makefile
+++ b/math/p5-Bit-Vector/Makefile
@@ -13,8 +13,8 @@ COMMENT= Library of advanced math functions that includes a Perl OO module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Carp-Clan>=5.3:devel/p5-Carp-Clan
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Carp-Clan>=5.3:devel/p5-Carp-Clan
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile
index 525c9dbb6b0a..8b6060e64f4b 100644
--- a/math/p5-CAD-Calc/Makefile
+++ b/math/p5-CAD-Calc/Makefile
@@ -14,10 +14,10 @@ COMMENT= Generic cad-related geometry calculations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Geometry-Planar-Offset>=0:math/p5-Math-Geometry-Planar-Offset \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Geometry-Planar-Offset>=0:math/p5-Math-Geometry-Planar-Offset \
p5-Math-Round-Var>=0:math/p5-Math-Round-Var \
p5-Math-Vec>=0:math/p5-Math-Vec
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Chart-Math-Axis/Makefile b/math/p5-Chart-Math-Axis/Makefile
index 448465e0e500..1332afcaea5f 100644
--- a/math/p5-Chart-Math-Axis/Makefile
+++ b/math/p5-Chart-Math-Axis/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implements an algorithm to find good values for chart axis
-BUILD_DEPENDS= p5-Params-Util>=0.15:devel/p5-Params-Util
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Params-Util>=0.15:devel/p5-Params-Util
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile
index e092190a6098..f6d0319e49e0 100644
--- a/math/p5-GIS-Distance-Fast/Makefile
+++ b/math/p5-GIS-Distance-Fast/Makefile
@@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= C implementation of GIS::Distance formulas
-BUILD_DEPENDS= p5-GIS-Distance>=0.07:math/p5-GIS-Distance
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-GIS-Distance>=0.07:math/p5-GIS-Distance
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-GIS-Distance/Makefile b/math/p5-GIS-Distance/Makefile
index 9d566941d00b..df1b0de5aace 100644
--- a/math/p5-GIS-Distance/Makefile
+++ b/math/p5-GIS-Distance/Makefile
@@ -15,12 +15,12 @@ COMMENT= Calculate geographic distances
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \
p5-Moo>=1.006000:devel/p5-Moo \
p5-Type-Tiny>=1:devel/p5-Type-Tiny \
p5-namespace-clean>=0:devel/p5-namespace-clean \
p5-strictures>=1:devel/p5-strictures
-RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile
index f0250e57b775..7e01c290642b 100644
--- a/math/p5-Graph/Makefile
+++ b/math/p5-Graph/Makefile
@@ -14,8 +14,8 @@ COMMENT= Graph, the Perl module for graph operations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Heap>=0:devel/p5-Heap
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Heap>=0:devel/p5-Heap
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile
index f4a4d6bcc597..a44bf5c44c2a 100644
--- a/math/p5-Math-BigInt-FastCalc/Makefile
+++ b/math/p5-Math-BigInt-FastCalc/Makefile
@@ -13,8 +13,8 @@ COMMENT= Math::BigInt::Calc with some XS for more speed
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile
index 80ca30540c6a..ea0c89d8adc1 100644
--- a/math/p5-Math-BigInt-GMP/Makefile
+++ b/math/p5-Math-BigInt-GMP/Makefile
@@ -13,9 +13,9 @@ COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
LIB_DEPENDS= libgmp.so:math/gmp
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= localbase perl5
diff --git a/math/p5-Math-BigInt-Lite/Makefile b/math/p5-Math-BigInt-Lite/Makefile
index 50c8e16de85d..2b81a7f16370 100644
--- a/math/p5-Math-BigInt-Lite/Makefile
+++ b/math/p5-Math-BigInt-Lite/Makefile
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
NO_ARCH= yes
USE_PERL5= configure
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile
index 5ac475d5d8cc..8014f2025970 100644
--- a/math/p5-Math-BigInt-Pari/Makefile
+++ b/math/p5-Math-BigInt-Pari/Makefile
@@ -13,9 +13,9 @@ COMMENT= Use Math::Pari for Math::BigInt routines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt \
p5-Math-Pari>=2.010709:math/p5-Math-Pari
-RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile
index 4c41c8895dd1..e63906135cc5 100644
--- a/math/p5-Math-Currency/Makefile
+++ b/math/p5-Math-Currency/Makefile
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Math-FixedPrecision>=0:math/p5-Math-FixedPrecision
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-FixedPrecision>=0:math/p5-Math-FixedPrecision
TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8
NO_ARCH= yes
diff --git a/math/p5-Math-Geometry-Planar-Offset/Makefile b/math/p5-Math-Geometry-Planar-Offset/Makefile
index bbc2c164c9e5..e19560cbbd1b 100644
--- a/math/p5-Math-Geometry-Planar-Offset/Makefile
+++ b/math/p5-Math-Geometry-Planar-Offset/Makefile
@@ -14,8 +14,8 @@ COMMENT= Calculate offset polygons
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-YAML>=0:textproc/p5-YAML
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-YAML>=0:textproc/p5-YAML
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Math-Geometry-Planar/Makefile b/math/p5-Math-Geometry-Planar/Makefile
index 888950ab72c4..4651ceccc38b 100644
--- a/math/p5-Math-Geometry-Planar/Makefile
+++ b/math/p5-Math-Geometry-Planar/Makefile
@@ -14,9 +14,9 @@ COMMENT= Collection of planar geometry functions
LICENSE= ART10
-BUILD_DEPENDS= p5-Math-Geometry-Planar-GPC>=0:math/p5-Math-Geometry-Planar-GPC \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Geometry-Planar-GPC>=0:math/p5-Math-Geometry-Planar-GPC \
p5-Math-Geometry-Planar-Offset>=0:math/p5-Math-Geometry-Planar-Offset
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Geometry-Voronoi/Makefile b/math/p5-Math-Geometry-Voronoi/Makefile
index 48a23c13662e..66e42916859b 100644
--- a/math/p5-Math-Geometry-Voronoi/Makefile
+++ b/math/p5-Math-Geometry-Voronoi/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Module to compute Voronoi diagrams from sets of points
-BUILD_DEPENDS= p5-Class-Accessor>=0.18:devel/p5-Class-Accessor \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Accessor>=0.18:devel/p5-Class-Accessor \
p5-Params-Validate>=0:devel/p5-Params-Validate
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Geometry/Makefile b/math/p5-Math-Geometry/Makefile
index bdcc8275d7c2..5b8bfa589bdb 100644
--- a/math/p5-Math-Geometry/Makefile
+++ b/math/p5-Math-Geometry/Makefile
@@ -14,8 +14,8 @@ COMMENT= Geometry related functions
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Matrix>=0:math/p5-Math-Matrix
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Matrix>=0:math/p5-Math-Matrix
NO_ARCH= yes
USE_PERL5= configure
diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile
index 5e973f11aea5..198c2add70e4 100644
--- a/math/p5-Math-MPC/Makefile
+++ b/math/p5-Math-MPC/Makefile
@@ -14,11 +14,11 @@ COMMENT= Perl interface to MPC Library
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-MPFR>=3.23:math/p5-Math-MPFR
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-MPFR>=3.23:math/p5-Math-MPFR
LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= localbase perl5
diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile
index b6a1e491ea66..38c7b760a853 100644
--- a/math/p5-Math-Polygon-Tree/Makefile
+++ b/math/p5-Math-Polygon-Tree/Makefile
@@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Class for fast check if point is inside polygon
-BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Math-Geometry-Planar-GPC-PolygonXS>=0:math/p5-Math-Geometry-Planar-GPC-PolygonXS
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS:= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
USES= perl5
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile
index 896b0db9d1d7..87f5629b640f 100644
--- a/math/p5-Math-Polynomial-Solve/Makefile
+++ b/math/p5-Math-Polynomial-Solve/Makefile
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils
NO_ARCH= yes
USES= dos2unix perl5
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile
index 7b204595cd9b..1ced2d8b14cd 100644
--- a/math/p5-Math-Prime-XS/Makefile
+++ b/math/p5-Math-Prime-XS/Makefile
@@ -13,9 +13,9 @@ COMMENT= Detect and calculate prime numbers with deterministic tests
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-boolean>=0:devel/p5-boolean
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile
index cfa0518d830e..46ee36c3ad2a 100644
--- a/math/p5-Math-Random-ISAAC/Makefile
+++ b/math/p5-Math-Random-ISAAC/Makefile
@@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Perl interface to the ISAAC PRNG Algorithm
-BUILD_DEPENDS= p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS
TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
NO_ARCH= yes
diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile
index 608d2fec35f3..dcce7d82c558 100644
--- a/math/p5-Math-Random-MT-Auto/Makefile
+++ b/math/p5-Math-Random-MT-Auto/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Auto-seeded Mersenne Twister PRNGs
-BUILD_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \
p5-Object-InsideOut>=3.88:devel/p5-Object-InsideOut
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
diff --git a/math/p5-Math-Random-OO/Makefile b/math/p5-Math-Random-OO/Makefile
index 812fd7dd8335..ce133b5657af 100644
--- a/math/p5-Math-Random-OO/Makefile
+++ b/math/p5-Math-Random-OO/Makefile
@@ -13,9 +13,9 @@ COMMENT= Consistent object-oriented interface for generating random numbers
LICENSE= APACHE20
-BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Params-Validate>=0.76:devel/p5-Params-Validate
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-MockRandom>=0.95:devel/p5-Test-MockRandom \
p5-Test-Number-Delta>=0.14:devel/p5-Test-Number-Delta
diff --git a/math/p5-Math-RandomOrg/Makefile b/math/p5-Math-RandomOrg/Makefile
index cb821341d8ae..8fb3c6479239 100644
--- a/math/p5-Math-RandomOrg/Makefile
+++ b/math/p5-Math-RandomOrg/Makefile
@@ -14,8 +14,8 @@ COMMENT= Retrieve random numbers and data from random.org
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile
index f74df6d30f4e..57845e2ca764 100644
--- a/math/p5-Math-Sequence/Makefile
+++ b/math/p5-Math-Sequence/Makefile
@@ -14,8 +14,8 @@ COMMENT= Perl extension dealing with mathematic sequences
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Series/Makefile b/math/p5-Math-Series/Makefile
index 792d4a8f29cf..86e6bb757912 100644
--- a/math/p5-Math-Series/Makefile
+++ b/math/p5-Math-Series/Makefile
@@ -14,9 +14,9 @@ COMMENT= Perl extension dealing with mathematic series
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-Sequence>=0:math/p5-Math-Sequence
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile
index 4d16517f8409..2d333a7fea27 100644
--- a/math/p5-Math-Spline/Makefile
+++ b/math/p5-Math-Spline/Makefile
@@ -14,8 +14,8 @@ COMMENT= Cubic Spline Interpolation of data
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Derivative>=0:math/p5-Math-Derivative
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Derivative>=0:math/p5-Math-Derivative
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Symbolic-Custom-CCompiler/Makefile b/math/p5-Math-Symbolic-Custom-CCompiler/Makefile
index 9f83d0bc5996..f1af7617af35 100644
--- a/math/p5-Math-Symbolic-Custom-CCompiler/Makefile
+++ b/math/p5-Math-Symbolic-Custom-CCompiler/Makefile
@@ -14,10 +14,10 @@ COMMENT= Compile Math::Symbolic trees to C
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0.509:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0.509:math/p5-Math-Symbolic \
p5-Inline>=0.44:devel/p5-Inline \
p5-Inline-C>=0.44:devel/p5-Inline-C
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Symbolic-Custom-Contains/Makefile b/math/p5-Math-Symbolic-Custom-Contains/Makefile
index 69bb160feced..c513879fd7cf 100644
--- a/math/p5-Math-Symbolic-Custom-Contains/Makefile
+++ b/math/p5-Math-Symbolic-Custom-Contains/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Find subtrees in Math::Symbolic expressions
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile
index 7fa1bdfd5f35..cb57f829d3ea 100644
--- a/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile
+++ b/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Calculate Gaussian Error Propagation
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile
index 6e717ebc4fa6..afb2e5bda6ec 100644
--- a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile
+++ b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Math::Symbolic LaTeX output
-BUILD_DEPENDS= p5-Math-Symbolic>=0.201:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0.201:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Symbolic-Custom-Pattern/Makefile b/math/p5-Math-Symbolic-Custom-Pattern/Makefile
index cb431b829d10..ff93775041a4 100644
--- a/math/p5-Math-Symbolic-Custom-Pattern/Makefile
+++ b/math/p5-Math-Symbolic-Custom-Pattern/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pattern matching on Math::Symbolic trees
-BUILD_DEPENDS= p5-Math-Symbolic>=0.510:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0.510:math/p5-Math-Symbolic \
p5-Clone>=0:devel/p5-Clone
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.0:devel/p5-Test-Pod-Coverage
diff --git a/math/p5-Math-Symbolic-Custom-Simplification/Makefile b/math/p5-Math-Symbolic-Custom-Simplification/Makefile
index 32fb5b49e1f9..0e94454922df 100644
--- a/math/p5-Math-Symbolic-Custom-Simplification/Makefile
+++ b/math/p5-Math-Symbolic-Custom-Simplification/Makefile
@@ -14,8 +14,8 @@ COMMENT= User defined simplification routines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile
index c515161a2998..309fb4237f2a 100644
--- a/math/p5-Math-Symbolic/Makefile
+++ b/math/p5-Math-Symbolic/Makefile
@@ -15,8 +15,8 @@ COMMENT= Symbolic calculations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
USES= perl5 shebangfix
SHEBANG_FILES= compile_yapp_parser.pl
diff --git a/math/p5-Math-SymbolicX-BigNum/Makefile b/math/p5-Math-SymbolicX-BigNum/Makefile
index fb628dea8ff2..cb17a9941ce9 100644
--- a/math/p5-Math-SymbolicX-BigNum/Makefile
+++ b/math/p5-Math-SymbolicX-BigNum/Makefile
@@ -14,9 +14,9 @@ COMMENT= Big number support for the Math::Symbolic parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-SymbolicX-ParserExtensionFactory>=0:math/p5-Math-SymbolicX-ParserExtensionFactory
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-Complex/Makefile b/math/p5-Math-SymbolicX-Complex/Makefile
index 437b0fd0967e..2a8a510164b1 100644
--- a/math/p5-Math-SymbolicX-Complex/Makefile
+++ b/math/p5-Math-SymbolicX-Complex/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Complex number support for the Math::Symbolic parser
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-SymbolicX-ParserExtensionFactory>=0:math/p5-Math-SymbolicX-ParserExtensionFactory
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-Error/Makefile b/math/p5-Math-SymbolicX-Error/Makefile
index a826335a93fd..276bf169496a 100644
--- a/math/p5-Math-SymbolicX-Error/Makefile
+++ b/math/p5-Math-SymbolicX-Error/Makefile
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parser extension for dealing with numeric errors
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-SymbolicX-ParserExtensionFactory>=0:math/p5-Math-SymbolicX-ParserExtensionFactory \
p5-Number-WithError>=0:math/p5-Number-WithError
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-Inline/Makefile b/math/p5-Math-SymbolicX-Inline/Makefile
index 80b5195fd960..745250bd49b2 100644
--- a/math/p5-Math-SymbolicX-Inline/Makefile
+++ b/math/p5-Math-SymbolicX-Inline/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Inlined Math::Symbolic functions
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-Symbolic-Custom-Contains>=0:math/p5-Math-Symbolic-Custom-Contains
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile
index 363267abcae3..4e94500bb917 100644
--- a/math/p5-Math-SymbolicX-NoSimplification/Makefile
+++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile
@@ -14,8 +14,8 @@ COMMENT= Turn off Math::Symbolic simplification
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile b/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile
index 732a013f6220..d5ee9859ee14 100644
--- a/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile
+++ b/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate parser extensions
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile
index 4c07b3e2a932..4e6f9a320034 100644
--- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile
+++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile
@@ -14,9 +14,9 @@ COMMENT= Statistical distributions
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-Symbolic>=0:math/p5-Math-Symbolic \
p5-Math-SymbolicX-ParserExtensionFactory>=0:math/p5-Math-SymbolicX-ParserExtensionFactory
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
USES= perl5
diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile
index d0dc2ce434f8..558c9e6db44e 100644
--- a/math/p5-Number-WithError-LaTeX/Makefile
+++ b/math/p5-Number-WithError-LaTeX/Makefile
@@ -14,11 +14,11 @@ COMMENT= LaTeX output for Number::WithError
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \
p5-prefork>=0:devel/p5-prefork \
p5-Number-WithError>=0:math/p5-Number-WithError \
p5-TeX-Encode>=0:textproc/p5-TeX-Encode
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
USES= perl5
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile
index 5e226b57a291..992c538568a6 100644
--- a/math/p5-Number-WithError/Makefile
+++ b/math/p5-Number-WithError/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Numbers with error propagation and scientific rounding
-BUILD_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \
p5-prefork>=0:devel/p5-prefork
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
diff --git a/math/p5-Parse-Range/Makefile b/math/p5-Parse-Range/Makefile
index 99a15ffd29e1..2f7df2c79768 100644
--- a/math/p5-Parse-Range/Makefile
+++ b/math/p5-Parse-Range/Makefile
@@ -15,8 +15,8 @@ COMMENT= Parses range definitions and returns an array
LICENSE= ART10 BSD3CLAUSE
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Set-IntSpan-Fast-XS/Makefile b/math/p5-Set-IntSpan-Fast-XS/Makefile
index 2de391589f2a..f1b65e70d345 100644
--- a/math/p5-Set-IntSpan-Fast-XS/Makefile
+++ b/math/p5-Set-IntSpan-Fast-XS/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Faster Set::IntSpan::Fast
-BUILD_DEPENDS= p5-Data-Swap>=0.07:devel/p5-Data-Swap \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Data-Swap>=0.07:devel/p5-Data-Swap \
p5-Set-IntSpan-Fast>=1.13:math/p5-Set-IntSpan-Fast
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile
index 8a1cf67c25f2..0096afd4ca16 100644
--- a/math/p5-Set-IntSpan-Fast/Makefile
+++ b/math/p5-Set-IntSpan-Fast/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast handling of sets containing integer spans
-BUILD_DEPENDS= p5-Data-Types>=0:devel/p5-Data-Types
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Data-Types>=0:devel/p5-Data-Types
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile
index 17abd2ac488b..8515d9add4f5 100644
--- a/math/p5-Statistics-Basic/Makefile
+++ b/math/p5-Statistics-Basic/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of basic statistics modules
-BUILD_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Statistics-Contingency/Makefile b/math/p5-Statistics-Contingency/Makefile
index 237b485d14df..001ab60eba0e 100644
--- a/math/p5-Statistics-Contingency/Makefile
+++ b/math/p5-Statistics-Contingency/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Calculate precision, recall, F1, accuracy, etc
-BUILD_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile
index def02e6a2a4c..9c301335e768 100644
--- a/math/p5-Statistics-TTest/Makefile
+++ b/math/p5-Statistics-TTest/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to perform T-test on 2 independent samples
-BUILD_DEPENDS= p5-Statistics-Descriptive>=0:math/p5-Statistics-Descriptive \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Statistics-Descriptive>=0:math/p5-Statistics-Descriptive \
p5-Statistics-Distributions>=0.07:math/p5-Statistics-Distributions
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile
index ce2ff077082a..22b26575e1ab 100644
--- a/math/p5-bignum/Makefile
+++ b/math/p5-bignum/Makefile
@@ -13,8 +13,8 @@ COMMENT= Transparent BigNumber/BigRational support for Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
NO_ARCH= yes
USES= perl5