aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Numbers_Words/Makefile
blob: 698c8e5552de907dfee9455bc6e31344d0994479 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  pear-Numbers_Words
# Date created:			  05 October 2005
# Whom:				  Piotr Rybicki (<meritus@innervision.pl>)
#
# $FreeBSD$
#

PORTNAME=	Numbers_Words
PORTVERSION=	0.14.0
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
RUN_DEPENDS=	${BUILD_DEPENDS}

FILES=		Words.php Words/lang.bg.php Words/lang.cs.php \
		Words/lang.de.php Words/lang.dk.php Words/lang.ee.php \
		Words/lang.en_100.php Words/lang.en_GB.php \
		Words/lang.en_US.php Words/lang.es.php Words/lang.es_AR.php \
		Words/lang.fr.php Words/lang.fr_BE.php Words/lang.he.php \
		Words/lang.hu_HU.php Words/lang.id.php Words/lang.it_IT.php \
		Words/lang.lt.php Words/lang.pl.php Words/lang.pt_BR.php \
		Words/lang.ru.php Words/lang.sv.php
TESTS=		test-numbers-words.php clitest.php

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