Update mail/geary to version 0.10.0
[dports.git] / textproc / p5-Text-Language-Guess / Makefile
1 # Created by: Masahiro Teramoto <markun@onohara.to>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Language-Guess
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:MSCHILLI
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     markun@onohara.to
13 COMMENT=        Trained module to guess a document's language
14
15 BUILD_DEPENDS=  p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \
16                 p5-Text-ExtractWords>=0:${PORTSDIR}/textproc/p5-Text-ExtractWords \
17                 p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>