2003-10-13 15:19:36 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: p5-Lingua-ZH-Summarize
|
|
|
|
# Date Created: Oct 10, 2003
|
|
|
|
# Whom: clsung
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Lingua-ZH-Summarize
|
|
|
|
PORTVERSION= 0.01
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-13 15:19:36 +02:00
|
|
|
CATEGORIES= chinese perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-13 15:19:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Chinese Text Summarization
|
|
|
|
|
2012-06-04 18:42:28 +02:00
|
|
|
BUILD_DEPENDS= p5-Lingua-ZH-Toke>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Toke \
|
|
|
|
p5-Lingua-ZH-Wrap>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Wrap
|
2012-06-10 20:42:48 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-10-13 15:19:36 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Lingua::ZH::Summarize.3
|
|
|
|
|
2007-04-02 19:54:43 +02:00
|
|
|
.include <bsd.port.mk>
|