mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
32 lines
898 B
Makefile
32 lines
898 B
Makefile
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Lingua-Stem
|
|
PORTVERSION= 2.30
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides word stemming algorithms localized by language
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Lingua-PT-Stemmer>=0:textproc/p5-Lingua-PT-Stemmer \
|
|
p5-Lingua-Stem-Fr>=0:textproc/p5-Lingua-Stem-Fr \
|
|
p5-Lingua-Stem-It>=0:textproc/p5-Lingua-Stem-It \
|
|
p5-Lingua-Stem-Ru>=0:textproc/p5-Lingua-Stem-Ru \
|
|
p5-Lingua-Stem-Snowball-Da>=0:textproc/p5-Lingua-Stem-Snowball-Da \
|
|
p5-Lingua-Stem-Snowball-No>=0:textproc/p5-Lingua-Stem-Snowball-No \
|
|
p5-Lingua-Stem-Snowball-Se>=0:textproc/p5-Lingua-Stem-Snowball-Se \
|
|
p5-Text-German>=0:textproc/p5-Text-German
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|