freebsd-ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00

26 lines
610 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= ../../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>