diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-06 15:52:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-06 15:52:11 +0000 |
commit | 5a12ca9474528ae13b209fdf2935eecb40576016 (patch) | |
tree | 8565fc87693c8e60ee9e46d41dbfcf62bc49fd57 | |
parent | 9f0e252bbf27f0afcbf491b8c55ddf6b0b0f4f59 (diff) | |
download | ports-5a12ca9474528ae13b209fdf2935eecb40576016.tar.gz ports-5a12ca9474528ae13b209fdf2935eecb40576016.zip |
Notes
-rw-r--r-- | multimedia/p5-File-Format-RIFF/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |