aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Numbers_Words/Makefile
blob: 8a85f4b3bc428296061e5dddf9dc023418adbbd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

NO_STAGE=	yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>