597afc47ba
With hat: portmgr Sponsored by: Absolight
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# Created by: Piotr Rybicki <meritus@innervision.pl>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|