pkgsrc/textproc/p5-Lingua-Stem-Snowball/Makefile
he fbb117ae0e Update from version 0.941nb1 to 0.952.
Upstream changes:

v0.952  2008-08-28
    * Export C symbols via PL_modglobal.

v0.951  2008-08-21
    * Fix Perl 5.6.2 compatibility.
    * Specify Perl 5.6.2 as a minimum version.

v0.95   2008-08-17
    * Add Hungarian, Romanian, and Turkish.
    * Export Snowball C symbols via DynaLoader.
2008-11-18 17:14:42 +00:00

19 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/11/18 17:14:42 he Exp $
DISTNAME= Lingua-Stem-Snowball-0.952
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball/
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"