diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-11 14:33:56 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-11 14:33:56 +0000 |
commit | 90b5786ec01b9879da5ae014513c72981d832d61 (patch) | |
tree | 8f753d41dce432673c3491a0e21bee0e24778101 /net | |
parent | 7fbaffd3cf2e0b4a5e52f7c7ba10e3cce2d0c192 (diff) | |
download | ports-90b5786ec01b9879da5ae014513c72981d832d61.tar.gz ports-90b5786ec01b9879da5ae014513c72981d832d61.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OpenDHT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-OpenDHT/Makefile b/net/p5-Net-OpenDHT/Makefile index 5ed841de0c12..aa91a43d9de7 100644 --- a/net/p5-Net-OpenDHT/Makefile +++ b/net/p5-Net-OpenDHT/Makefile @@ -30,7 +30,7 @@ MAN3= Net::OpenDHT.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 +.if ${PERL_LEVEL} < 500800 IGNORE= requires Perl 5.8. Please install lang/perl5 or lang/perl5.8 .endif |