pkgsrc-wip/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

19 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/10/29 08:32:52 shattered Exp $
DISTNAME= Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/F/FA/FABPOT/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Plucene-Plugin-Analyzer-SnowballAnalyzer/
COMMENT= Stemmed analyzer plugin for p5-Plucene search engine
DEPENDS+= p5-Lingua-StopWords>=0:../../wip/p5-Lingua-StopWords
DEPENDS+= p5-Lingua-Stem-Snowball>=0:../../textproc/p5-Lingua-Stem-Snowball
DEPENDS+= p5-Plucene>=0:../../wip/p5-Plucene
PERL5_PACKLIST= auto/Plucene/Plugin/Analyzer/SnowballAnalyzer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"