e898005d9e
PR: 124478 Submitted by: Masahiro Teramoto (maintainer)
31 lines
928 B
Makefile
31 lines
928 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.02
|
|
CATEGORIES= japanese textproc perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|