aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-07-04 19:43:00 +0800
committerdemon <demon@FreeBSD.org>2003-07-04 19:43:00 +0800
commitd59c5120d927a08513e7e79d918bea8f6ff676cd (patch)
tree9ec00f9122b1b46d7d14614ecd8490639e0607f0 /devel
parent848b002cdb09eb86c651538ff44264b77198dd97 (diff)
downloadfreebsd-ports-gnome-d59c5120d927a08513e7e79d918bea8f6ff676cd.tar.gz
freebsd-ports-gnome-d59c5120d927a08513e7e79d918bea8f6ff676cd.tar.zst
freebsd-ports-gnome-d59c5120d927a08513e7e79d918bea8f6ff676cd.zip
Unbreak for perl 5.005.
PR: 53955 Submitted by: Mathieu Arnold <mat@mat.cc>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Build/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile
index deb6ce5042ed..829deb9317de 100644
--- a/devel/p5-Module-Build/Makefile
+++ b/devel/p5-Module-Build/Makefile
@@ -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>