pkgsrc/textproc/p5-Lingua-Stem-Snowball/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

18 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.19 2019/11/04 21:43:40 rillig Exp $
DISTNAME= Lingua-Stem-Snowball-0.952
PKGNAME= p5-${DISTNAME}
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"