pkgsrc-wip/p5-Lingua-Stem/Makefile
Aleksej Saushev 6772a6fd30 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 18:42:20 +00:00

28 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2012/10/04 18:42:20 asau Exp $
DISTNAME= Lingua-Stem-0.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/~snowhare/Lingua-Stem/
COMMENT= Provides word stemming algorithms localized by language
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
PKG_DESTDIR_SUPPORT= none
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PERL5_PACKLIST= auto/Lingua/Stem/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"