mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
14e6325838
Segmentation. PR: ports/113476 Submitted by: Gea-Suan Lin <gslin at gslin.org>
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>
|