pkgsrc-wip/p5-Lingua-Stem-Snowball/Makefile
Roman Kulik 1b38de1d8f his module provides unified perl interface to Snowball stemmers
(http://snowball.tartarus.org) and virtually supports various
languages. It's written using C for high performance and provides
OO and plain interfaces.

WWW: http://search.cpan.org/dist/Lingua-Stem-Snowball
2005-08-03 17:48:17 +00:00

15 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 17:48:17 kuli0020 Exp $
DISTNAME= Lingua-Stem-Snowball-0.92
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"