2006-09-24 21:51:59 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Language-Guess
|
|
|
|
# Date created: 2006-09-25
|
|
|
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Language-Guess
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MSCHILLI
|
2006-09-24 21:51:59 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
|
|
COMMENT= Trained module to guess a document's language
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
|
|
|
p5-Text-ExtractWords>=0:${PORTSDIR}/textproc/p5-Text-ExtractWords \
|
|
|
|
p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-09-24 21:51:59 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= language-guess.1
|
|
|
|
MAN3= Text::Language::Guess.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|