434e2eeaf0
This Module makes the number-munging grooviness of Number::Format available to your templates. It is used like a plugin, but installs filters into the current context.
19 lines
615 B
Makefile
19 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 13:42:10 mjl Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Number-Format-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/search?module=Number::Format
|
|
COMMENT= Plugin/filter interface to Number::Format
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.07:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Number/Format/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|