diff options
-rw-r--r-- | biology/p5-bioperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 4b2c2d88dcbe..74acd831820a 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -610,8 +610,8 @@ MAN3= Bio::Align::AlignI.3 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Configure fails" +.if ${PERL_LEVEL} < 500600 +IGNORE= "This port requires Perl 5.6 or better" .endif # now install all extra stuff (docs, examples, scripts, models) |