1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Cleanup supporting perl version 5.8 and 5.10,

lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
This commit is contained in:
Andrej Zverev 2012-12-17 05:30:22 +00:00
parent 84fb9b5180
commit 78b3a904f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309061
3 changed files with 2 additions and 20 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>