diff options
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 9 |
3 files changed, 2 insertions, 20 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 18e2cc6366a9..1b88387eea98 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Distance.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index d354180da64b..6521a0b27e99 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -85,9 +85,4 @@ MAN3= Math::GSL.3 \ BROKEN= Does not compile on sparc64 .endif -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -.endif - .include <bsd.port.post.mk> diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index b259c6e25a7e..eb70b1245293 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -18,11 +18,4 @@ PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 -.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> +.include <bsd.port.mk> |