aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/p5-Lingua-ZH-WordSegmenter/Makefile
blob: b5de9fc5ce9fbf4d3a3fd0a17728b1686b6b2da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: 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= ports@FreeBSD.org
COMMENT=    Simplified Chinese Word Segmentation

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>