pkgsrc-wip/p5-Template-Provider-Encoding/Makefile
Hiramatsu Yoshifumi 195fea602d 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.
2006-02-23 09:43:36 +00:00

19 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 09:43:36 jgoamakf Exp $
DISTNAME= Template-Provider-Encoding-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Template-Provider-Encoding/
COMMENT= Explicitly declare encodings of your templates
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Template/Provider/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"