Import textproc/p5-Text-Language-Guess version 0.02
[dports.git] / textproc / p5-Text-Language-Guess / Makefile
1 # New ports collection makefile for:    textproc/p5-Text-Language-Guess
2 # Date created:         2006-09-25
3 # Whom:                 Masahiro Teramoto <markun@onohara.to>
4 #
5 # $FreeBSD: ports/textproc/p5-Text-Language-Guess/Makefile,v 1.6 2012/11/17 06:02:10 svnexp Exp $
6 #
7
8 PORTNAME=       Text-Language-Guess
9 PORTVERSION=    0.02
10 CATEGORIES=     textproc perl5
11 MASTER_SITES=   CPAN
12 MASTER_SITE_SUBDIR=     CPAN:MSCHILLI
13 PKGNAMEPREFIX=  p5-
14
15 MAINTAINER=     markun@onohara.to
16 COMMENT=        Trained module to guess a document's language
17
18 BUILD_DEPENDS=  p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \
19                 p5-Text-ExtractWords>=0:${PORTSDIR}/textproc/p5-Text-ExtractWords \
20                 p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords
21 RUN_DEPENDS:=   ${BUILD_DEPENDS}
22
23 PERL_CONFIGURE= yes
24
25 MAN1=           language-guess.1
26 MAN3=           Text::Language::Guess.3
27
28 .include <bsd.port.mk>