d28ae7e435
1.0.2 QA release: - Fix bug with _L and _C giving wrong values (swapped) - Fix bug: toRoman() used $this although it's static - Add unit tests 1.0.1 - Added support for lowercase input/output - Starting with this release conversion is supported from integers up to 5 999 999 and from the equivalent Roman Numerals - Added an optional HTML tag to disply roman numerals over 4000 in an historically accurate fashion - General fixes and code rewrite maintaining backward compatibility
15 lines
406 B
Makefile
15 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/02/06 15:55:13 taca Exp $
|
|
|
|
DISTNAME= Numbers_Roman-1.0.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/Numbers_Roman/
|
|
COMMENT= Provides methods for converting to and from Roman Numerals
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-pear-Numbers_Roman-[0-9]*
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|