diff options
author | mat <mat@FreeBSD.org> | 2003-10-13 21:04:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-13 21:04:39 +0800 |
commit | 5565fa188e8512c5e2102cc9ff01755f851d906f (patch) | |
tree | 08364a0cf39d5e6050600a0dc8ce08150614f1ba /chinese/p5-Lingua-ZH-Wrap/Makefile | |
parent | e785f39fae0c01d1098d1f87edd04299d8a2c376 (diff) | |
download | freebsd-ports-graphics-5565fa188e8512c5e2102cc9ff01755f851d906f.tar.gz freebsd-ports-graphics-5565fa188e8512c5e2102cc9ff01755f851d906f.tar.zst freebsd-ports-graphics-5565fa188e8512c5e2102cc9ff01755f851d906f.zip |
Add p5-Lingua-ZH-Wrap 0.02, a simple Chinese text Wrapper.
PR: 57951
Submitted by: clsung@dragon2.net
Diffstat (limited to 'chinese/p5-Lingua-ZH-Wrap/Makefile')
-rw-r--r-- | chinese/p5-Lingua-ZH-Wrap/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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 <bsd.port.mk> |