Cleanup supporting perl version 5.8 and 5.10,

lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
This commit is contained in:
Andrej Zverev 2012-12-17 15:10:35 +00:00
parent 19c526e63e
commit 56c5bc62fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309100
9 changed files with 9 additions and 68 deletions

View File

@ -24,10 +24,4 @@ PERL_CONFIGURE= yes
MAN3= B::Utils.3 B::Utils::OP.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -27,11 +27,4 @@ PERL_CONFIGURE= yes
MAN3= Class::Std::Fast.3 \
Class::Std::Fast::Storable.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -40,10 +40,4 @@ BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -29,10 +29,4 @@ PERL_CONFIGURE= yes
MAN3= Data::Visitor.3 \
Data::Visitor::Callback.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -19,14 +19,4 @@ PERL_CONFIGURE= yes
MAN3= File::MMagic::XS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -39,10 +39,4 @@ MAN3= MooseX::POE.3 \
MooseX::POE::Role.3 \
MooseX::POE::SweetArgs.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -51,10 +51,4 @@ MAN3= MooseX::Storage.3 \
MooseX::Storage::Traits::OnlyWhenBuilt.3 \
MooseX::Storage::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -53,12 +53,6 @@ MAN3= POE.3 POE::Component.3 POE::Component::Client::TCP.3 \
POE::Wheel::ReadWrite.3 POE::Wheel::Run.3 \
POE::Wheel::SocketFactory.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-IO>=1.24:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+= p5-IO>=1.24:${PORTSDIR}/devel/p5-IO
.endif
post-install:
.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@ -69,4 +63,4 @@ post-install:
test: build
@(cd ${WRKSRC}; make test)
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -36,10 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.80:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>