99df9f7f5b
PR: 186605 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
20 lines
628 B
Makefile
20 lines
628 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}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|