opnsense-ports/textproc/pear-Numbers_Words/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

16 lines
450 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@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>