1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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 06:32:13 +00:00
parent dbca1ba1e5
commit ee206c98e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309066
9 changed files with 9 additions and 74 deletions

View File

@ -62,11 +62,4 @@ MAN3= PDF::API2.3 \
PDF::API2::Resource::XObject::Image::TIFF.3 \
PDF::API2::Util.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -238,11 +238,4 @@ MAN3= Perl::Critic.3 \
Perl::Critic::Violation.3 \
Test::Perl::Critic::Policy.3
.include <bsd.port.pre.mk>
.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>
.include <bsd.port.mk>

View File

@ -28,12 +28,4 @@ PERL_CONFIGURE= yes
MAN1= pod2markdown.1
MAN3= Pod::Markdown.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -32,11 +32,4 @@ PERL_CONFIGURE= yes
MAN1= pod2projdocs.1
MAN3= Pod::ProjectDocs.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500808
BUILD_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS+= p5-Pod-Parser>=1.32:${PORTSDIR}/textproc/p5-Pod-Parser
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -20,11 +20,4 @@ PERL_MODBUILD= yes
MAN3= Pod::Strip.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-Pod-Simple>=3.00:${PORTSDIR}/textproc/p5-Pod-Simple
BUILD_DEPENDS+= ${RUN_DEPENDS}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -34,11 +34,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -23,10 +23,4 @@ PERL_CONFIGURE= yes
MAN3= Text::Quote.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -23,10 +23,4 @@ MAN1= urifind.1
MAN3= URI::Find.3 \
URI::Find::Schemeless.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

@ -28,14 +28,4 @@ MAN3= XML::Stream.3 \
XML::Stream::Parser::DTD.3 \
XML::Stream::Tree.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>