summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-SpellChecker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-SpellChecker/Makefile')
-rw-r--r--textproc/p5-Text-SpellChecker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile
index 235e325a262..e02155beff0 100644
--- a/textproc/p5-Text-SpellChecker/Makefile
+++ b/textproc/p5-Text-SpellChecker/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/08/21 16:36:07 seb Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/19 11:04:47 wiz Exp $
#
-DISTNAME= Text-SpellChecker-0.05
+DISTNAME= Text-SpellChecker-0.07
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tsc
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -11,6 +10,7 @@ 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
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Aspell>=0.04:../../textproc/p5-Text-Aspell
DEPENDS+= p5-MIME-Base64>=1:../../converters/p5-MIME-Base64