aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-06 15:52:11 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-06 15:52:11 +0000
commit5a12ca9474528ae13b209fdf2935eecb40576016 (patch)
tree8565fc87693c8e60ee9e46d41dbfcf62bc49fd57
parent9f0e252bbf27f0afcbf491b8c55ddf6b0b0f4f59 (diff)
downloadports-5a12ca9474528ae13b209fdf2935eecb40576016.tar.gz
ports-5a12ca9474528ae13b209fdf2935eecb40576016.zip
- Require perl from ports
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=169831
-rw-r--r--multimedia/p5-File-Format-RIFF/Makefile8
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>