blob: 7ffa0178a7a31112affdb0430296be4129fec372 (
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-HanDetect
# Date created: 2006-09-25
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Lingua-ZH-HanDetect
PORTVERSION= 0.04
CATEGORIES= chinese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Guess Chinese text\'s variant and encoding
PERL_CONFIGURE= yes
MAN3= Lingua::ZH::HanDetect.3
.include <bsd.port.mk>
|