2012-10-04 20:42:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2012/10/04 18:42:20 asau Exp $
|
2005-07-25 18:24:10 +02:00
|
|
|
|
|
|
|
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-07-25 18:24:10 +02:00
|
|
|
|
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-07-25 18:24:10 +02:00
|
|
|
|
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
|
2005-07-25 18:24:10 +02:00
|
|
|
|
2012-10-04 20:42:20 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
|
2005-07-25 18:24:10 +02:00
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
2006-10-29 09:32:37 +01:00
|
|
|
PERL5_PACKLIST= auto/Lingua/Stem/.packlist
|
2005-07-25 18:24:10 +02:00
|
|
|
|
2005-09-02 21:00:27 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|