diff options
Diffstat (limited to 'www/p5-Jemplate/Makefile')
-rw-r--r-- | www/p5-Jemplate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index ae7693ba5b2..9c2a62d7f62 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 16:05:59 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/10/20 01:04:12 hiramatsu Exp $ -DISTNAME= Jemplate-0.23 +DISTNAME= Jemplate-0.261 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RK/RKRIMEN/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Jemplate/ COMMENT= Javascript Templating with Template Toolkit +LICENSE= ${PERL5_LICENSE} PERL5_REQD+= 5.6.1 |