pkgsrc-wip/p5-Lingua-Stem/Makefile

27 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:51 shattered Exp $
DISTNAME= Lingua-Stem-0.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
2005-08-05 21:04:49 +02:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
2005-08-05 21:04:49 +02:00
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/~snowhare/Lingua-Stem/
COMMENT= Provides word stemming algorithms localized by language
2005-09-02 21:00:27 +02:00
DEPENDS+= p5-Lingua-PT-Stemmer>=0:../../wip/p5-Lingua-PT-Stemmer
DEPENDS+= p5-Lingua-Stem-Fr>=0.02:../../wip/p5-Lingua-Stem-Fr
DEPENDS+= p5-Lingua-Stem-It>=0:../../wip/p5-Lingua-Stem-It
DEPENDS+= p5-Lingua-Stem-Ru>=0:../../wip/p5-Lingua-Stem-Ru
DEPENDS+= p5-Lingua-Stem-Snowball-Da>=1.01:../../wip/p5-Lingua-Stem-Snowball-Da
DEPENDS+= p5-Lingua-Stem-Snowball-No>=0:../../wip/p5-Lingua-Stem-Snowball-No
DEPENDS+= p5-Lingua-Stem-Snowball-Se>=1.01:../../wip/p5-Lingua-Stem-Snowball-Se
DEPENDS+= p5-Text-German>=0:../../wip/p5-Text-German
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PERL5_PACKLIST= auto/Lingua/Stem/.packlist
2005-09-02 21:00:27 +02:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"