diff options
-rw-r--r-- | textproc/p5-Number-Format/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Number-Format/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Number-Format/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Number-Format/DESCR b/textproc/p5-Number-Format/DESCR new file mode 100644 index 00000000000..18f9cbb4bf7 --- /dev/null +++ b/textproc/p5-Number-Format/DESCR @@ -0,0 +1,2 @@ +This module provides an easy means of formatting numbers in a manner +suitable for displaying to the user. 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" diff --git a/textproc/p5-Number-Format/PLIST b/textproc/p5-Number-Format/PLIST new file mode 100644 index 00000000000..64c45130d52 --- /dev/null +++ b/textproc/p5-Number-Format/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ diff --git a/textproc/p5-Number-Format/distinfo b/textproc/p5-Number-Format/distinfo new file mode 100644 index 00000000000..1e0105f91f1 --- /dev/null +++ b/textproc/p5-Number-Format/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ + +SHA1 (Number-Format-1.45.tar.gz) = c3a9c7ff6ab165a9c6e3ad9e4aeec1b2ac393026 +RMD160 (Number-Format-1.45.tar.gz) = 6d5caaddc72182cf249a193e8a2d3ee5ac6f3e73 +Size (Number-Format-1.45.tar.gz) = 14084 bytes |