pkgsrc/textproc/p5-Number-Format/Makefile
he 19758610c3 Update from version 1.60nb1 to 1.61 (distname 1.61a -- someone messed up?)
Pkgsrc changes:
 o Add some cludges to tell pkgsrc this is really version 1.61, not 1.61a
   (the module version is 1.61)

Upstream changes:

Changes for version 1.61 (Dec 29, 2008)
------------------------
  - Fix bugs in locale operations for format_price (thanks Moritz Onken)
  - Fix documentation in format_bytes (rt # 42036)
  - Enable warning when format_bytes called with numeric precision not hash
2009-01-11 15:43:16 +00:00

21 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/01/11 15:43:16 he Exp $
#
DISTNAME= Number-Format-1.61a
PKGNAME= p5-${DISTNAME:C/61a/61/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Number-Format/
COMMENT= Perl extension for formatting numbers
# Someone messed up 1.61, re-published?
WRKSRC= ${WRKDIR}/${DISTNAME:C/61a/61/}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Number/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"