diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-17 01:43:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-17 01:43:45 +0000 |
commit | 8898ecb5eee4731f11006d120a9e577156800ed8 (patch) | |
tree | ef54f2e038fc852bb56f33fe83e61a87f6c5c84d /net/p5-Net-Gnats | |
parent | 441cc3fa76095d027ca58993416e7a7c98bac197 (diff) |
perl 5.6 is ok
Submitted by: vs@
Notes
Notes:
svn path=/head/; revision=109307
Diffstat (limited to 'net/p5-Net-Gnats')
-rw-r--r-- | net/p5-Net-Gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile index 11aeb4d8c33f..dfab7d234991 100644 --- a/net/p5-Net-Gnats/Makefile +++ b/net/p5-Net-Gnats/Makefile @@ -26,8 +26,8 @@ MAN3= Net::Gnats.3 Net::Gnats::PR.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again +.if ${PERL_LEVEL} < 500600 +IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |