diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 10:06:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-13 10:06:46 +0000 |
commit | 8f777cc2a74e2d6faaf9f347823c724699a0c2d9 (patch) | |
tree | 96b9c5b5b2c79f172c1363e11d36d3230a673b94 /chinese/p5-Lingua-ZH-Keywords | |
parent | 87c975419f55589e8e1b7430dcabf02aaf1df332 (diff) | |
download | ports-8f777cc2a74e2d6faaf9f347823c724699a0c2d9.tar.gz ports-8f777cc2a74e2d6faaf9f347823c724699a0c2d9.zip |
Notes
Diffstat (limited to 'chinese/p5-Lingua-ZH-Keywords')
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/Makefile | 25 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/distinfo | 1 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/pkg-descr | 2 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Keywords/pkg-plist | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/chinese/p5-Lingua-ZH-Keywords/Makefile b/chinese/p5-Lingua-ZH-Keywords/Makefile new file mode 100644 index 000000000000..7405c3ae7bab --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Lingua-ZH-Keywords +# Date Created: Oct 10, 2003 +# Whom: clsung +# +# $FreeBSD$ + +PORTNAME= Lingua-ZH-Keywords +PORTVERSION= 0.04 +CATEGORIES= chinese perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Lingua/ZH/TaBE.pm:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Lingua::ZH::Keywords.3 + +.include <bsd.port.mk> diff --git a/chinese/p5-Lingua-ZH-Keywords/distinfo b/chinese/p5-Lingua-ZH-Keywords/distinfo new file mode 100644 index 000000000000..b42db11c8c8b --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-ZH-Keywords-0.04.tar.gz) = cbd38566020cdcbcd4cffc730c91234f diff --git a/chinese/p5-Lingua-ZH-Keywords/pkg-descr b/chinese/p5-Lingua-ZH-Keywords/pkg-descr new file mode 100644 index 000000000000..1e08296c1c03 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/pkg-descr @@ -0,0 +1,2 @@ +This module extracts keywords from Chinese text, +which requires Lingua::ZH::TaBE. diff --git a/chinese/p5-Lingua-ZH-Keywords/pkg-plist b/chinese/p5-Lingua-ZH-Keywords/pkg-plist new file mode 100644 index 000000000000..e156f7b0c4d5 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Keywords/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Lingua/ZH/Keywords.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Keywords/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Keywords +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua/ZH 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true |