aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/p5-File-Format-RIFF
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-06 23:52:11 +0800
committersat <sat@FreeBSD.org>2006-08-06 23:52:11 +0800
commit5317d14652dda65432c3bbe8451e033b93c218ad (patch)
tree0d89229728fb46027325ebacf396b637c3597b0a /multimedia/p5-File-Format-RIFF
parent95e0c3fb2c4a06fe8e47638b076b1bf74a9f47c7 (diff)
downloadfreebsd-ports-gnome-5317d14652dda65432c3bbe8451e033b93c218ad.tar.gz
freebsd-ports-gnome-5317d14652dda65432c3bbe8451e033b93c218ad.tar.zst
freebsd-ports-gnome-5317d14652dda65432c3bbe8451e033b93c218ad.zip
- Require perl from ports
Reported by: pointyhat via kris
Diffstat (limited to 'multimedia/p5-File-Format-RIFF')
-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>