b416e4cd07
Upstream changes: 0.05 Mon Dec 15 2008 - skip some tests when missing English dictionary - added license 0.04 Sun Dec 14 2008 - patch by Yanick Champoux with three changes : - lang option - cached Text::Aspell object - made suggestions() context-aware
22 lines
643 B
Makefile
22 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/01/11 16:42:01 he Exp $
|
|
#
|
|
|
|
DISTNAME= Text-SpellChecker-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tsc
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-SpellChecker/
|
|
COMMENT= Perl5 OO interface for spell-checking a block of text
|
|
|
|
DEPENDS+= p5-Text-Aspell>=0.04:../../textproc/p5-Text-Aspell
|
|
DEPENDS+= p5-MIME-Base64>=1:../../converters/p5-MIME-Base64
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/SpellChecker/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|