From 5a12ca9474528ae13b209fdf2935eecb40576016 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 15:52:11 +0000 Subject: - Require perl from ports Reported by: pointyhat via kris --- multimedia/p5-File-Format-RIFF/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/multimedia/p5-File-Format-RIFF/Makefile b/multimedia/p5-File-Format-RIFF/Makefile index 545e8c712d5f..00b6d3dd735f 100644 --- a/multimedia/p5-File-Format-RIFF/Makefile +++ b/multimedia/p5-File-Format-RIFF/Makefile @@ -21,4 +21,10 @@ MAN3= File::Format::RIFF.3 \ File::Format::RIFF::Container.3 \ File::Format::RIFF::List.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include -- cgit v1.2.3