summaryrefslogtreecommitdiff
path: root/www/p5-HTML-MagicTemplate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-MagicTemplate/Makefile')
-rw-r--r--www/p5-HTML-MagicTemplate/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-HTML-MagicTemplate/Makefile b/www/p5-HTML-MagicTemplate/Makefile
index 2baabf46c59c..b3f2e9f2347c 100644
--- a/www/p5-HTML-MagicTemplate/Makefile
+++ b/www/p5-HTML-MagicTemplate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-MagicTemplate
-PORTVERSION= 3.05
+PORTVERSION= 3.11
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -24,4 +24,10 @@ PERL_CONFIGURE= YES
MAN3= HTML::MagicTemplate.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>