[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Lingua-Stem

File: [cvs.NetBSD.org] / pkgsrc / textproc / p5-Lingua-Stem / Makefile (download)

Revision 1.14, Mon Aug 31 18:11:49 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines

*: bump PKGREVISION for perl-5.32.

# $NetBSD: Makefile,v 1.14 2020/08/31 18:11:49 wiz Exp $

DISTNAME=	Lingua-Stem-0.84
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	11
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Lingua/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Lingua-Stem
COMMENT=	Stemming of words
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Lingua-PT-Stemmer-[0-9]*:../../textproc/p5-Lingua-PT-Stemmer
DEPENDS+=	p5-Lingua-Stem-Fr>=0.02:../../textproc/p5-Lingua-Stem-Fr
DEPENDS+=	p5-Lingua-Stem-It-[0-9]*:../../textproc/p5-Lingua-Stem-It
DEPENDS+=	p5-Lingua-Stem-Ru-[0-9]*:../../textproc/p5-Lingua-Stem-Ru
DEPENDS+=	p5-Lingua-Stem-Snowball-Da>=1.01:../../textproc/p5-Lingua-Stem-Snowball-Da
DEPENDS+=	p5-Snowball-Norwegian>=1.0:../../textproc/p5-Snowball-Norwegian
DEPENDS+=	p5-Snowball-Swedish>=1.01:../../textproc/p5-Snowball-Swedish
DEPENDS+=	p5-Text-German-[0-9]*:../../textproc/p5-Text-German

PERL5_MODULE_TYPE=	Module::Build
PERL5_PACKLIST=		auto/Lingua/Stem/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"