1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +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 14:37:26 +00:00
parent e1fc696df6
commit e943bb8add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309096
7 changed files with 7 additions and 79 deletions

View File

@ -21,30 +21,4 @@ PERL_CONFIGURE= yes
MAN3= CPANPLUS::Dist::Build.3 CPANPLUS::Dist::Build::Constants.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-CPANPLUS>=0.84:${PORTSDIR}/devel/p5-CPANPLUS \
p5-ExtUtils-Install>=1.42:${PORTSDIR}/devel/p5-ExtUtils-Install \
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Params-Check>=0.26:${PORTSDIR}/devel/p5-Params-Check
RUN_DEPENDS+= p5-CPANPLUS>=0.84:${PORTSDIR}/devel/p5-CPANPLUS \
p5-ExtUtils-Install>=1.42:${PORTSDIR}/devel/p5-ExtUtils-Install \
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Params-Check>=0.26:${PORTSDIR}/devel/p5-Params-Check
.endif
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Module-Build>=0.3200:${PORTSDIR}/devel/p5-Module-Build \
p5-Module-Load>=0.16:${PORTSDIR}/devel/p5-Module-Load \
p5-Module-Load-Conditional>=0.30:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Module-Pluggable>=3.8:${PORTSDIR}/devel/p5-Module-Pluggable
RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Module-Build>=0.3200:${PORTSDIR}/devel/p5-Module-Build \
p5-Module-Load>=0.16:${PORTSDIR}/devel/p5-Module-Load \
p5-Module-Load-Conditional>=0.30:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Module-Pluggable>=3.8:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -31,11 +31,4 @@ PERL_CONFIGURE= yes
MAN3= Git::PurePerl.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

@ -31,11 +31,4 @@ MAN3= Git::Wrapper.3 \
Git::Wrapper::Status.3 \
Git::Wrapper::Statuses.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -25,11 +25,4 @@ PERL_MODBUILD= yes
MAN3= Gravatar::URL.3 Libravatar::URL.3 Unicornify::URL.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -31,10 +31,4 @@ MAN3= MooseX::Singleton.3 \
MooseX::Singleton::Role::Meta::Method::Constructor.3 \
MooseX::Singleton::Role::Object.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

@ -26,10 +26,4 @@ MAN3= MooseX::Types::Path::Class.3
post-extract:
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
.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

@ -54,17 +54,4 @@ MAN3= Mouse.3 \
post-install:
@${CAT} ${PKGDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
RUN_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>