diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-11 14:33:56 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-11 14:33:56 +0000 |
commit | 93da19efa345ddb2947343256ee236f35d2e04dd (patch) | |
tree | 019e20e0664a238295900e902b8a898fc173acb2 /net | |
parent | c1bd603975ab01c0e83a0d03a25d437393b14147 (diff) | |
download | FreeBSD-ports-93da19efa345ddb2947343256ee236f35d2e04dd.zip FreeBSD-ports-93da19efa345ddb2947343256ee236f35d2e04dd.tar.gz |
- Vendor does not support Perl versions prior to 5.8 and the software does
not compile on anything else either.
Approved by: tobez (implicit)
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 5ed841d..aa91a43 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 |