diff options
author | mat <mat@FreeBSD.org> | 2004-08-12 20:48:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-12 20:48:01 +0800 |
commit | b2915fd9d1aba9c155acea1793e42c7659e36be8 (patch) | |
tree | 7f1b6a044bd73b3a561e1fee38519f0ba6679d11 /biology/p5-bioperl | |
parent | 1140f51cbed662c0f6dbd4ef84e3b5f2849f7cbd (diff) | |
download | freebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.tar.gz freebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.tar.zst freebsd-ports-gnome-b2915fd9d1aba9c155acea1793e42c7659e36be8.zip |
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
Diffstat (limited to 'biology/p5-bioperl')
-rw-r--r-- | biology/p5-bioperl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 74acd831820a..67893e19e8fd 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -20,7 +20,6 @@ COMMENT= A collection of Perl modules for bioinformatics # prevents a flood of build-time warnings. BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Ace.pm:${PORTSDIR}/biology/p5-AcePerl \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ @@ -610,9 +609,12 @@ MAN3= Bio::Align::AlignI.3 \ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .if ${PERL_LEVEL} < 500600 IGNORE= "This port requires Perl 5.6 or better" .endif +.endif # now install all extra stuff (docs, examples, scripts, models) post-install: |