diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-05 04:52:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-05 04:52:44 +0000 |
commit | 6c5f5e386b01d66b814994ec696c9487161c9050 (patch) | |
tree | 903ed24a4e461fb9b9c78b81554eb4a60cf59129 /chinese/p5-Lingua-ZH-HanDetect/Makefile | |
parent | 25b180324dc863f463bf0881269d85ccb72ac71d (diff) |
Add p5-Lingua-ZH-HanDetect 0.04, guess Chinese text\'s variant and
encoding.
PR: ports/103585
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=174508
Diffstat (limited to 'chinese/p5-Lingua-ZH-HanDetect/Makefile')
-rw-r--r-- | chinese/p5-Lingua-ZH-HanDetect/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/p5-Lingua-ZH-HanDetect/Makefile b/chinese/p5-Lingua-ZH-HanDetect/Makefile new file mode 100644 index 000000000000..7ffa0178a7a3 --- /dev/null +++ b/chinese/p5-Lingua-ZH-HanDetect/Makefile @@ -0,0 +1,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> |