diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-08 11:29:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-08 11:29:16 +0800 |
commit | 6bd4cda87862b99226f9ba10cbf6c839a66321d4 (patch) | |
tree | 3576b1d8a24c2e9ed5295bf7c09b50660b839c89 /biology/p5-bioperl | |
parent | beb1bcdd1a0e1f2f8199de93ff83d860e94ae280 (diff) | |
download | freebsd-ports-gnome-6bd4cda87862b99226f9ba10cbf6c839a66321d4.tar.gz freebsd-ports-gnome-6bd4cda87862b99226f9ba10cbf6c839a66321d4.tar.zst freebsd-ports-gnome-6bd4cda87862b99226f9ba10cbf6c839a66321d4.zip |
Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6.
Diffstat (limited to 'biology/p5-bioperl')
-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) |