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 /math/p5-Math-GSL | |
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.
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
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> |