aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Jemplate/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-05-01 13:18:28 +0000
committerLars Thegler <lth@FreeBSD.org>2008-05-01 13:18:28 +0000
commitca810f8931969f7ee782fdc0d4b1f70de31875a0 (patch)
treeba212f4df92108e3eafb836a325503b0cc9b2500 /www/p5-Jemplate/Makefile
parent73cf2b0dd11afff0bd7559495d6afbc89f834015 (diff)
Notes
Diffstat (limited to 'www/p5-Jemplate/Makefile')
-rw-r--r--www/p5-Jemplate/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile
index 7cd5cb4e31d5..92523c02c864 100644
--- a/www/p5-Jemplate/Makefile
+++ b/www/p5-Jemplate/Makefile
@@ -6,23 +6,26 @@
#
PORTNAME= Jemplate
-PORTVERSION= 0.20
+PORTVERSION= 0.22
CATEGORIES= www perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../by-authors/id/I/IN/INGY
+MASTER_SITE_SUBDIR= ../by-authors/id/R/RK/RKRIMEN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= JavaScript Templating with Template Toolkit
RUN_DEPENDS= p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \
- p5-Template-Toolkit>=2.14:${PORTSDIR}/www/p5-Template-Toolkit
+ p5-Template-Toolkit>=2.19:${PORTSDIR}/www/p5-Template-Toolkit
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= jemplate.1
MAN3= Jemplate.3 \
- Jemplate::Directive.3
+ Jemplate::Directive.3 \
+ Jemplate::Parser.3 \
+ Jemplate::Runtime.3 \
+ Jemplate::Runtime::Compact.3
.include <bsd.port.mk>