pkgsrc/www/p5-Template-Provider-Encoding/Makefile
abs a49c076509 Added www/p5-Template-Provider-Encoding version 0.10
Template::Provider::Encoding is a Template Provider subclass to
decode template using its declaration. You have to declare encoding
of the template in the head (1st line) of template using (fake)
encoding TT plugin. Otherwise the template is handled as utf-8.
2009-02-18 10:26:49 +00:00

20 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/02/18 10:26:49 abs Exp $
DISTNAME= Template-Provider-Encoding-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Template-Provider-Encoding/
COMMENT= Explicitly declare encodings of your templates
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
PERL5_PACKLIST= auto/Template/Provider/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"