diff options
author | seb <seb> | 2008-09-16 15:20:25 +0000 |
---|---|---|
committer | seb <seb> | 2008-09-16 15:20:25 +0000 |
commit | d92a9b118b273c0dd49ccc9b56526f55ec9063b2 (patch) | |
tree | e2da23ecbd88f0827fe1bc5c25dcb9517b5fc502 /www | |
parent | 756145a1b872b51b1e6bc696d5eec842a28e6852 (diff) | |
download | pkgsrc-d92a9b118b273c0dd49ccc9b56526f55ec9063b2.tar.gz |
Initial import of p5-Catalyst-View-Jemplate version 0.06 in the
NetBSD Packages Collection.
Catalyst::View::Jemplate is a Catalyst View plugin to automatically
compile TT files into JavaScript, using ingy's Jemplate.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-View-Jemplate/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-View-Jemplate/Makefile | 22 | ||||
-rw-r--r-- | www/p5-Catalyst-View-Jemplate/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-Catalyst-View-Jemplate/DESCR b/www/p5-Catalyst-View-Jemplate/DESCR new file mode 100644 index 00000000000..5e40c2a03da --- /dev/null +++ b/www/p5-Catalyst-View-Jemplate/DESCR @@ -0,0 +1,2 @@ +Catalyst::View::Jemplate is a Catalyst View plugin to automatically +compile TT files into JavaScript, using ingy's Jemplate. diff --git a/www/p5-Catalyst-View-Jemplate/Makefile b/www/p5-Catalyst-View-Jemplate/Makefile new file mode 100644 index 00000000000..0937f187aa3 --- /dev/null +++ b/www/p5-Catalyst-View-Jemplate/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/16 15:20:25 seb Exp $ + +DISTNAME= Catalyst-View-Jemplate-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-View-Jemplate/ +COMMENT= Jemplate view class for Catalyst + +DEPENDS+= p5-Catalyst-Runtime>=5.50:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule +DEPENDS+= p5-Jemplate>=0.19:../../www/p5-Jemplate + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/View/Jemplate/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-View-Jemplate/distinfo b/www/p5-Catalyst-View-Jemplate/distinfo new file mode 100644 index 00000000000..94336399e97 --- /dev/null +++ b/www/p5-Catalyst-View-Jemplate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/16 15:20:25 seb Exp $ + +SHA1 (Catalyst-View-Jemplate-0.06.tar.gz) = 24c7e8bb811616a74e12a02838d6f9656442163f +RMD160 (Catalyst-View-Jemplate-0.06.tar.gz) = 2b3855dea6cde4140ba64ed4dfd3f920934cc5e9 +Size (Catalyst-View-Jemplate-0.06.tar.gz) = 4121 bytes |