2013-09-20 18:01:22 +02:00
|
|
|
# Created by: clsung
|
2003-10-13 15:19:36 +02:00
|
|
|
# $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
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-10-13 15:19:36 +02:00
|
|
|
|
2007-04-02 19:54:43 +02:00
|
|
|
.include <bsd.port.mk>
|