2003-12-29 18:25:57 +01:00
|
|
|
# New ports collection makefile for: Lingua::Stem
|
|
|
|
# Date created: 29 Dec 2003
|
|
|
|
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lingua-Stem
|
2010-04-30 00:18:52 +02:00
|
|
|
PORTVERSION= 0.84
|
2003-12-29 18:25:57 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:SNOWHARE
|
2003-12-29 18:25:57 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-04-30 00:18:52 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-12-29 18:25:57 +01:00
|
|
|
COMMENT= Provides word stemming algorithms localized by language
|
|
|
|
|
2004-01-19 21:04:09 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Lingua/PT/Stemmer.pm:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \
|
2004-08-09 16:31:20 +02:00
|
|
|
${SITE_PERL}/Lingua/Stem/Fr.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \
|
2004-01-19 21:04:09 +01:00
|
|
|
${SITE_PERL}/Lingua/Stem/It.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-It \
|
2004-08-31 09:15:03 +02:00
|
|
|
${SITE_PERL}/Lingua/Stem/Ru.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Ru \
|
2004-01-19 21:04:09 +01:00
|
|
|
${SITE_PERL}/Lingua/Stem/Snowball/Da.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \
|
|
|
|
${SITE_PERL}/Lingua/Stem/Snowball/No.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \
|
|
|
|
${SITE_PERL}/Lingua/Stem/Snowball/Se.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \
|
|
|
|
${SITE_PERL}/Text/German.pm:${PORTSDIR}/textproc/p5-Text-German
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-29 18:25:57 +01:00
|
|
|
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>
|