aboutsummaryrefslogtreecommitdiff
path: root/www/p5-W3C-LinkChecker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-W3C-LinkChecker/Makefile')
-rw-r--r--www/p5-W3C-LinkChecker/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-W3C-LinkChecker/Makefile b/www/p5-W3C-LinkChecker/Makefile
index e581a837b2a2..dce71a4e5635 100644
--- a/www/p5-W3C-LinkChecker/Makefile
+++ b/www/p5-W3C-LinkChecker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= W3C-LinkChecker
-PORTVERSION= 4.2.1
+PORTVERSION= 4.3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SC/SCOP
@@ -30,4 +30,10 @@ MANCOMPRESSED= no
PERL_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires at least Perl 5.8. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>