summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem-Snowball/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball/Makefile')
-rw-r--r--textproc/p5-Lingua-Stem-Snowball/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile
new file mode 100644
index 00000000000..bfa0139e883
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-Snowball/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/14 14:47:16 minskim Exp $
+
+DISTNAME= Lingua-Stem-Snowball-0.94
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball
+COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_REQD+= 5.8.0
+PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"