From 78b3a904f62a3aade7047a00e1b0ab8673436d9c Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Mon, 17 Dec 2012 05:30:22 +0000 Subject: [PATCH] Cleanup supporting perl version 5.8 and 5.10, lang/perl5.9 and lang/5.10 will be removed from ports tree soon. --- math/p5-Geo-Distance/Makefile | 8 +------- math/p5-Math-GSL/Makefile | 5 ----- 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 - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include 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 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 - -.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 +.include