blob: c8e7eba09fc14d97d944d3ed83f86dd9e9247283 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= Numbers_Words
PORTVERSION= 0.16.4
CATEGORIES= textproc pear
MAINTAINER= meritus@innervision.pl
COMMENT= PEAR package provides methods for spelling numerals in words
WWW= https://pear.php.net/package/Numbers_Words
BUILD_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>
|