summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Tagger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Lingua-EN-Tagger/Makefile')
-rw-r--r--textproc/p5-Lingua-EN-Tagger/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Tagger/Makefile b/textproc/p5-Lingua-EN-Tagger/Makefile
new file mode 100644
index 00000000000..744d4096fab
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Tagger/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 19:50:36 sno Exp $
+#
+
+DISTNAME= Lingua-EN-Tagger-0.16
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Tagger/
+COMMENT= Part-of-speech tagger for English natural language processing
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= p5-HTML-Parser>=3.45:../../www/p5-HTML-Parser
+DEPENDS+= p5-Lingua-Stem>=0.81:../../textproc/p5-Lingua-Stem
+DEPENDS+= p5-Memoize-ExpireLRU>=0.55:../../devel/p5-Memoize-ExpireLRU
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Lingua/EN/Tagger/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"