From 5565fa188e8512c5e2102cc9ff01755f851d906f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 Oct 2003 13:04:39 +0000 Subject: Add p5-Lingua-ZH-Wrap 0.02, a simple Chinese text Wrapper. PR: 57951 Submitted by: clsung@dragon2.net --- chinese/p5-Lingua-ZH-Wrap/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 chinese/p5-Lingua-ZH-Wrap/Makefile (limited to 'chinese/p5-Lingua-ZH-Wrap/Makefile') diff --git a/chinese/p5-Lingua-ZH-Wrap/Makefile b/chinese/p5-Lingua-ZH-Wrap/Makefile new file mode 100644 index 00000000000..cbea7fe24ef --- /dev/null +++ b/chinese/p5-Lingua-ZH-Wrap/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: p5-Lingua-ZH-Wrap +# Date Created: Oct 13th 2003 +# Whom: clsung@dragon2.net +# +# $FreeBSD$ + +PORTNAME= Lingua-ZH-Wrap +PORTVERSION= 0.02 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= A simple Chinese text Wrapper + +PERL_CONFIGURE= yes + +MAN3= Lingua::ZH::Wrap.3 + +.include -- cgit