diff options
author | az <az@FreeBSD.org> | 2012-12-17 13:30:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 13:30:22 +0800 |
commit | 4be53e13c813f6a799ee2aee9a2ee74396577e99 (patch) | |
tree | 022db37bfa72ed865cf954d4d9839c06e1b39b38 | |
parent | c04384831c0614e67acd679890c26112e6c4d328 (diff) | |
download | freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.tar.gz freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.tar.zst freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
-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> |