pkgsrc-wip/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile
Aleksej Saushev 4fcaf1cf40 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 19:11:57 +00:00

21 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/04 19:11:58 asau 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
PKG_DESTDIR_SUPPORT= none
PERL5_PACKLIST= auto/Plucene/Plugin/Analyzer/SnowballAnalyzer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"