aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-View-TT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Catalyst-View-TT/Makefile')
-rw-r--r--www/p5-Catalyst-View-TT/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Catalyst-View-TT/Makefile b/www/p5-Catalyst-View-TT/Makefile
index ab647aaab99b..ccafec6e995f 100644
--- a/www/p5-Catalyst-View-TT/Makefile
+++ b/www/p5-Catalyst-View-TT/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Catalyst-View-TT
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
PKGNAMEPREFIX= p5-
-MAINTAINER= lth@FreeBSD.org
+MAINTAINER= lars@balker.dk
COMMENT= Template Toolkit view class for Catalyst
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
@@ -26,7 +26,7 @@ MAN3= Catalyst::Helper::View::TT.3 \
Catalyst::View::TT.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
+.if ${PERL_LEVEL} <= 500600
+IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>