diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-08 09:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-08 09:21:03 +0000 |
commit | c7793557936a5e91e175044d69fdf21040849a17 (patch) | |
tree | 26822e24f179bbf1ca118910e8e07efc9f79f57d /textproc | |
parent | 384e74642eaf693cf50ebd51cad783720bc02f37 (diff) | |
download | pkgsrc-c7793557936a5e91e175044d69fdf21040849a17.tar.gz |
Import p5-Text-Hunspell-2.09 as textproc/p5-Text-Hunspell.
This module provides a Perl interface to the OO Hunspell library.
Provided by David H. Gutteridge in PR 49032.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Hunspell/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Hunspell/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Hunspell/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Text-Hunspell/DESCR b/textproc/p5-Text-Hunspell/DESCR new file mode 100644 index 00000000000..c1936bc323e --- /dev/null +++ b/textproc/p5-Text-Hunspell/DESCR @@ -0,0 +1 @@ +This module provides a Perl interface to the OO Hunspell library. diff --git a/textproc/p5-Text-Hunspell/Makefile b/textproc/p5-Text-Hunspell/Makefile new file mode 100644 index 00000000000..d31576bb9e8 --- /dev/null +++ b/textproc/p5-Text-Hunspell/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/12/08 09:21:03 wiz Exp $ + +DISTNAME= Text-Hunspell-2.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Hunspell +COMMENT= Perl module to interface with GNU Hunspell +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig + +USE_LANGUAGES= c c++ + +PERL5_PACKLIST= auto/Text/Hunspell/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../textproc/hunspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Hunspell/distinfo b/textproc/p5-Text-Hunspell/distinfo new file mode 100644 index 00000000000..015a1c3c728 --- /dev/null +++ b/textproc/p5-Text-Hunspell/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/12/08 09:21:03 wiz Exp $ + +SHA1 (Text-Hunspell-2.09.tar.gz) = c49d6a06d36d5e205106b7a46afeb10fab241dea +RMD160 (Text-Hunspell-2.09.tar.gz) = 33c9cb93fe8161799bf86ad38ed1855a4ac88818 +Size (Text-Hunspell-2.09.tar.gz) = 18784 bytes |