diff options
Diffstat (limited to 'textproc/p5-Template-Plugin-Number-Format/Makefile')
-rw-r--r-- | textproc/p5-Template-Plugin-Number-Format/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-Number-Format/Makefile b/textproc/p5-Template-Plugin-Number-Format/Makefile new file mode 100644 index 00000000000..6579baad7ab --- /dev/null +++ b/textproc/p5-Template-Plugin-Number-Format/Makefile @@ -0,0 +1,19 @@ +# $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" |