7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
26 lines
593 B
Makefile
26 lines
593 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= ${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>
|