aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem/Makefile
blob: affa2f878c4d1dfa118c28f309ddc6490b74ebf0 (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
31
32
33
34
35
36
# New ports collection makefile for:	Lingua::Stem
# Date created:				29 Dec 2003
# Whom:					Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#

PORTNAME=		Lingua-Stem
PORTVERSION=		0.84
CATEGORIES=		textproc perl5
MASTER_SITES=		CPAN
MASTER_SITE_SUBDIR=	CPAN:SNOWHARE
PKGNAMEPREFIX=		p5-

MAINTAINER=		perl@FreeBSD.org
COMMENT=		Provides word stemming algorithms localized by language

BUILD_DEPENDS=		p5-Lingua-PT-Stemmer>=0:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \
			p5-Lingua-Stem-Fr>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \
			p5-Lingua-Stem-It>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-It \
			p5-Lingua-Stem-Ru>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Ru \
			p5-Lingua-Stem-Snowball-Da>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \
			p5-Lingua-Stem-Snowball-No>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \
			p5-Lingua-Stem-Snowball-Se>=0:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \
			p5-Text-German>=0:${PORTSDIR}/textproc/p5-Text-German
RUN_DEPENDS:=		${BUILD_DEPENDS}

PERL_CONFIGURE=		yes

MAN3=			Lingua::Stem.3 Lingua::Stem::AutoLoader.3 \
			Lingua::Stem::En.3 Lingua::Stem::Pt.3 \
			Lingua::Stem::EnBroken.3 Lingua::Stem::Gl.3 \
			Lingua::Stem::No.3 Lingua::Stem::De.3 \
			Lingua::Stem::Sv.3 Lingua::Stem::Da.3

.include <bsd.port.mk>