summaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Identify/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-02-24 09:40:52 +0000
committerfhajny <fhajny>2012-02-24 09:40:52 +0000
commit71e8a0f5cb4bf0684ed6f6d64ba1ceeddd452bd4 (patch)
tree21d0dd21f0b28e4bb7b34f93e76dae2236d6c04d /textproc/p5-Lingua-Identify/Makefile
parent9e127b2be04a7d6d1c98c3af7f8455e1db00ae3d (diff)
downloadpkgsrc-71e8a0f5cb4bf0684ed6f6d64ba1ceeddd452bd4.tar.gz
Import p5-Lingua-Identify-0.50 as textproc/p5-Lingua-Identify.
Lingua::Identify identifies the language a given string or file is written in.
Diffstat (limited to 'textproc/p5-Lingua-Identify/Makefile')
-rw-r--r--textproc/p5-Lingua-Identify/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Identify/Makefile b/textproc/p5-Lingua-Identify/Makefile
new file mode 100644
index 00000000000..97c5acf7aeb
--- /dev/null
+++ b/textproc/p5-Lingua-Identify/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/02/24 09:40:52 fhajny Exp $
+#
+
+DISTNAME= Lingua-Identify-0.50
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Lingua-Identify/
+COMMENT= Language identification
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Class-Factory-Util>=1.6:../../devel/p5-Class-Factory-Util
+DEPENDS+= p5-Text-Affixes>=0.07:../../textproc/p5-Text-Affixes
+DEPENDS+= p5-Text-Ngram>=0.13:../../textproc/p5-Text-Ngram
+
+PERL5_PACKLIST= auto/Lingua/Identify/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"