Skip to content

Commit

Permalink
Import p5-HTML-Template-Expr-0.07 as www/p5-HTML-Template-Expr.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Sep 30, 2012
1 parent 81e99d0 commit 6e25d76
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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.
21 changes: 21 additions & 0 deletions 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"
5 changes: 5 additions & 0 deletions 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

0 comments on commit 6e25d76

Please sign in to comment.