diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-04 11:43:00 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-04 11:43:00 +0000 |
commit | 9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30 (patch) | |
tree | a379d64333bc10c49a367c5fe9347894b28de370 /devel/p5-Module-Build | |
parent | 596f99db0b2f38b372621518a73047e144d4a33a (diff) | |
download | ports-9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30.tar.gz ports-9d66c4fea0e0d1a32f74996bad1b0a83a9e62b30.zip |
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 5 |
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> |