1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/pear-Numbers_Words/Makefile
2021-04-06 16:31:07 +02:00

16 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>