diff options
author | mjl <mjl@pkgsrc.org> | 2005-12-04 13:29:30 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2005-12-04 13:29:30 +0000 |
commit | ecfea7f52b4d9870f4f8e3ddce1a46cf7ff1a918 (patch) | |
tree | 5a247f33886c5646312b6baf44696189a60781bd /textproc/p5-Number-Format/Makefile | |
parent | e22fe95fe0e146321c35bad7510c97a4dff81223 (diff) | |
download | pkgsrc-ecfea7f52b4d9870f4f8e3ddce1a46cf7ff1a918.tar.gz |
Initial import of p5-Number-Format 1.45
This module provides an easy means of formatting numbers in a manner
suitable for displaying to the user.
Diffstat (limited to 'textproc/p5-Number-Format/Makefile')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile new file mode 100644 index 00000000000..12a3e1d9175 --- /dev/null +++ b/textproc/p5-Number-Format/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ +# + +DISTNAME= Number-Format-1.45 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/search?module=Number::Format +COMMENT= Perl extension for formatting numbers + +PERL5_PACKLIST= auto/Number/Format/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |