freebsd-ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

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>