blob: ddb07602fc939147d5311dcb93399d562b711de0 (
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= clsung@FreeBSD.org
COMMENT= Chinese Text Segmentation
PERL_CONFIGURE= 5.8.1+
MAN3= Lingua::ZH::Segment.3
.include <bsd.port.mk>
|