blob: 302f3005861a4f9ff30873a3a2c74e8647c133c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Piotr Rybicki (<meritus@innervision.pl>)
# $FreeBSD$
PORTNAME= Numbers_Words
PORTVERSION= 0.16.2
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>
|