freebsd-ports/chinese/p5-Lingua-ZH-Segment/Makefile
Cheng-Lung Sung 342caeacd4 - Update to 0.02
PR:		ports/115844
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-08-27 06:53:49 +00:00

28 lines
565 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.02
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.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>