3982ced0ba
Approved by: portmgr@ (bapt@)
27 lines
637 B
Makefile
27 lines
637 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 perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:XERN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Analyzer for CJK texts
|
|
|
|
RUN_DEPENDS= p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Plucene::Analysis::CJKAnalyzer.3 \
|
|
Plucene::Analysis::CJKTokenizer.3
|
|
|
|
.include <bsd.port.mk>
|