blob: a70549fc5047d263b5698f0c790fbcb7ba92807c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= perl@FreeBSD.org
COMMENT= Chinese Text Segmentation
PERL_CONFIGURE= yes
MAN3= Lingua::ZH::Segment.3
.include <bsd.port.mk>
|