406b229143
And change HOMEPAGE to fixed URL. Changes for version 1.52 (Sep 21, 2006) ------------------------ - Patch to t/format_price.t supplied by jonasbn addressing failling tests in 1.51, tests 2-6, the regex formatting the currency code did not take 0 occurrences of white space into account Patch: rt #21382 Resolves: rt #18964 (The same issue/patch was also reported by Cosimo Streppone, Randy W. Sims, J. R. Taisto) Changes for version 1.51 (Apr 26, 2006) ------------------------ - Patch to t/format_price.t supplied by Cosimo Streppone to allow it to work with non-US locales Changes for version 1.5 (Feb 14, 2005) ------------------------ - Require Perl 5.8 - was 5.003 before - Require POSIX.pm - was optional before - If C<THOUSANDS_SEP> is set to the empty string, format_number will not insert any separators. - Replace "use vars" with "our" - Support scientific notation - skip formatting - Change format_bytes to support options (precision, unit, and base) instead of precision number
16 lines
445 B
Makefile
16 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/11/05 04:28:47 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Number-Format-1.52
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~wrw/Number-Format/
|
|
COMMENT= Perl extension for formatting numbers
|
|
|
|
PERL5_PACKLIST= auto/Number/Format/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|