15 lines
438 B
Makefile
15 lines
438 B
Makefile
# Created by: Piotr Rybicki <meritus@innervision.pl>
|
|
|
|
PORTNAME= Numbers_Words
|
|
PORTVERSION= 0.16.4
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= meritus@innervision.pl
|
|
COMMENT= PEAR package provides methods for spelling numerals in 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>
|