aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Babelfish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-WWW-Babelfish/Makefile')
-rw-r--r--www/p5-WWW-Babelfish/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-WWW-Babelfish/Makefile b/www/p5-WWW-Babelfish/Makefile
index 198122569845..640f0535ccb5 100644
--- a/www/p5-WWW-Babelfish/Makefile
+++ b/www/p5-WWW-Babelfish/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WWW-Babelfish
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
@@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= WWW::Babelfish.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= This program only support perl 5.8.0 or above
+.endif
+
+.include <bsd.port.post.mk>