aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-07-04 11:43:00 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-07-04 11:43:00 +0000
commit9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30 (patch)
treea379d64333bc10c49a367c5fe9347894b28de370 /devel/p5-Module-Build
parent596f99db0b2f38b372621518a73047e144d4a33a (diff)
downloadports-9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30.tar.gz
ports-9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30.zip
Unbreak for perl 5.005.
PR: 53955 Submitted by: Mathieu Arnold <mat@mat.cc>
Notes
Notes: svn path=/head/; revision=84195
Diffstat (limited to 'devel/p5-Module-Build')
-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>