pkgsrc/textproc/p5-Lingua-Stem-Snowball/Makefile

19 lines
557 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2019/11/04 21:43:40 rillig Exp $
DISTNAME= Lingua-Stem-Snowball-0.952
PKGNAME= p5-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 10
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Lingua-Stem-Snowball
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
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"