2007-07-09 07:16:53 +02:00
|
|
|
# New ports collection makefile for: p5-Plucene-Analysis-CJKAnalyzer
|
|
|
|
# Date created: 2007-07-07
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Plucene-Analysis-CJKAnalyzer
|
|
|
|
PORTVERSION= 0.02
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-07-09 07:16:53 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:XERN
|
2007-07-09 07:16:53 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Analyzer for CJK texts
|
|
|
|
|
2012-06-30 07:52:54 +02:00
|
|
|
RUN_DEPENDS= p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene
|
2007-07-09 07:16:53 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2012-05-03 04:34:50 +02:00
|
|
|
TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
2007-07-09 07:16:53 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Plucene::Analysis::CJKAnalyzer.3 \
|
|
|
|
Plucene::Analysis::CJKTokenizer.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|