mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Unbreak for perl 5.005.
PR: 53955 Submitted by: Mathieu Arnold <mat@mat.cc>
This commit is contained in:
parent
596f99db0b
commit
9d66c4fea0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84195
@ -16,7 +16,6 @@ MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Build and install Perl modules
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Module/Info.pm:${PORTSDIR}/devel/p5-Module-Info \
|
||||
${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
|
||||
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
@ -25,8 +24,8 @@ PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} <= 500600
|
||||
IGNORE= Needs perl 5.6 or higher
|
||||
.if ${PERL_LEVEL} > 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user