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 | |
parent | Update to 0.3.46. (diff) |
- Vendor does not support Perl versions prior to 5.8 and the software does
not compile on anything else either.
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=162085
-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 |