mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
0600f5e483
Japanese text. The extraction method can be changed with the plug-in mechanism. Author: Kazuhiro Osawa <ko@yappo.ne.jp> WWW: http://search.cpan.org/~yappo/Lingua-JA-Summarize-Extract-0.01/ PR: ports/111454 Submitted by: Masahiro Teramoto <markun at onohara.to>
32 lines
996 B
Makefile
32 lines
996 B
Makefile
# New ports collection makefile for: p5-Lingua-JA-Summarize-Extract
|
|
# Date created: 2007-04-10
|
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Lingua-JA-Summarize-Extract
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= japanese textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/Y/YA/YAPPO
|
|
PKGNAMEPREFIX= ja-p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= summary generator for Japanese
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Lingua::JA::Summarize::Extract::Plugin::Sentence::Base.3 \
|
|
Lingua::JA::Summarize::Extract::Plugin::Parser::Ngram.3 \
|
|
Lingua::JA::Summarize::Extract::Plugin::Parser::Trim.3 \
|
|
Lingua::JA::Summarize::Extract.3 \
|
|
Lingua::JA::Summarize::Extract::Plugin::Parser::NgramSimple.3
|
|
|
|
.include <bsd.port.mk>
|