diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 13:04:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 13:04:39 +0000 |
commit | 8c3e4a22f07db3569df26210cadccf33cd15ac20 (patch) | |
tree | 53a17215d12f6d176d81a15ba7e9a1932d0e08e7 /chinese/p5-Lingua-ZH-Wrap/Makefile | |
parent | 87cb7051d5f24e4e77a7c3703f41f9dd93fd0683 (diff) | |
download | ports-8c3e4a22f07db3569df26210cadccf33cd15ac20.tar.gz ports-8c3e4a22f07db3569df26210cadccf33cd15ac20.zip |
Notes
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 000000000000..cbea7fe24ef8 --- /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> |