summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Hunspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Hunspell/Makefile')
-rw-r--r--textproc/p5-Text-Hunspell/Makefile21
1 files changed, 21 insertions, 0 deletions
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"