freebsd-ports/chinese/p5-Lingua-ZH-Segment/Makefile
Cheng-Lung Sung a8a0a1e8ca This module currently only break chinese text into single character
(Chinese word), it will not break up any alphabet.

WWW:	http://search.cpan.org/dist/Lingua-ZH-Segment/

PR:		ports/113475
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-09 03:55:48 +00:00

28 lines
562 B
Makefile

# New ports collection makefile for: p5-Lingua-ZH-Segment
# Date created: 2007-06-08
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Lingua-ZH-Segment
PORTVERSION= 0.01
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Chinese Text Segmentation
PERL_CONFIGURE= yes
MAN3= Lingua::ZH::Segment.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>