f0ac5ed7bd
Changelog: * Fixed bug #16435 (improper use of substr() in Polish extension); * Fixed bug #16667 (wrong spelling of 40 in Hungarian extension) (Vlajos); * Fixed bug #16733 (incorrect rounding of cents); * Added optional dependency on Math_BigInteger; * Improved unit tests (Daniel O'Connor).
15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/05/16 09:44:35 taca Exp $
|
|
|
|
DISTNAME= Numbers_Words-0.16.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/Numbers_Words/
|
|
COMMENT= Provides methods for spelling numerals in words
|
|
|
|
CONFLICTS= php-pear-Numbers_Words-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|