freebsd-ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
Cheng-Lung Sung c39ecaf873 This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64
format to get around this problem. Texts are assumbed to be in UTF-8
encoding.

WWW:	http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/

PR:		ports/114376
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-09 05:16:53 +00:00

26 lines
604 B
Makefile

# 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
CATEGORIES= textproc
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/X/XE/XERN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Analyzer for CJK texts
RUN_DEPENDS= ${SITE_PERL}/Plucene.pm:${PORTSDIR}/textproc/p5-Plucene
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plucene::Analysis::CJKAnalyzer.3 \
Plucene::Analysis::CJKTokenizer.3
.include <bsd.port.mk>