aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-FFmpeg-Command/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/p5-FFmpeg-Command/Makefile')
-rw-r--r--multimedia/p5-FFmpeg-Command/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/p5-FFmpeg-Command/Makefile b/multimedia/p5-FFmpeg-Command/Makefile
index ece126c4a371..000546c7427d 100644
--- a/multimedia/p5-FFmpeg-Command/Makefile
+++ b/multimedia/p5-FFmpeg-Command/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= FFmpeg-Command
-PORTVERSION= 0.04
+PORTVERSION= 0.05
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIZZY
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= FFmpeg::Command.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>