23 lines
449 B
Makefile
23 lines
449 B
Makefile
|
# New ports collection makefile for: p5-Lingua-ZH-WordSegmenter
|
||
|
# Date created: 2007-06-08
|
||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Lingua-ZH-WordSegmenter
|
||
|
PORTVERSION= 0.01
|
||
|
CATEGORIES= chinese perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= Lingua
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= gslin@gslin.org
|
||
|
COMMENT= Simplified Chinese Word Segmentation
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Lingua::ZH::WordSegmenter.3
|
||
|
|
||
|
.include <bsd.port.mk>
|