pkgsrc-wip/p5-Lingua-StopWords/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

15 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/10/29 08:32:52 shattered Exp $
DISTNAME= Lingua-StopWords-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Lingua-StopWords/
COMMENT= Lingua::StopWords - Stop words for several languages
PERL5_PACKLIST= auto/Lingua/StopWords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"