diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-30 21:03:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-30 21:03:48 +0000 |
commit | c77d83b21e1177bac60898ef6e3cbb853a6f0a9d (patch) | |
tree | 2cf23e8b57ae5f4a6e8da1a1ae6c072194d43a4e /www | |
parent | 79897ca8f2fa21e9f41536f7ff5f20617dd676a5 (diff) | |
download | pkgsrc-c77d83b21e1177bac60898ef6e3cbb853a6f0a9d.tar.gz |
Import p5-HTML-Template-Expr-0.07 as www/p5-HTML-Template-Expr.
This module provides an extension to HTML::Template which allows
expressions in the template syntax. This is purely an addition -
all the normal HTML::Template options, syntax and behaviors will
still work.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template-Expr/DESCR | 4 | ||||
-rw-r--r-- | www/p5-HTML-Template-Expr/Makefile | 21 | ||||
-rw-r--r-- | www/p5-HTML-Template-Expr/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTML-Template-Expr/DESCR b/www/p5-HTML-Template-Expr/DESCR new file mode 100644 index 00000000000..a075b19b5da --- /dev/null +++ b/www/p5-HTML-Template-Expr/DESCR @@ -0,0 +1,4 @@ +This module provides an extension to HTML::Template which allows +expressions in the template syntax. This is purely an addition - +all the normal HTML::Template options, syntax and behaviors will +still work. diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile new file mode 100644 index 00000000000..929c7eb85a5 --- /dev/null +++ b/www/p5-HTML-Template-Expr/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2012/09/30 21:03:48 wiz Exp $ + +DISTNAME= HTML-Template-Expr-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \ + ${MASTER_SITE_SOURCEFORGE:=html-template/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-Template-Expr/ +COMMENT= Perl5 module to create HTML templates with simple expressions +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/HTML/Template/Expr/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Template-Expr/distinfo b/www/p5-HTML-Template-Expr/distinfo new file mode 100644 index 00000000000..b4b7b09a933 --- /dev/null +++ b/www/p5-HTML-Template-Expr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/09/30 21:03:48 wiz Exp $ + +SHA1 (HTML-Template-Expr-0.07.tar.gz) = 1fc80b2aaeb0c5ffadbcdf13ad00f048111389c3 +RMD160 (HTML-Template-Expr-0.07.tar.gz) = 32d8a61df5fddae30bc90318cf078b4e8c830bd2 +Size (HTML-Template-Expr-0.07.tar.gz) = 19540 bytes |