cc2044aef5
- While here fix COMMENT to please portlint. PR: ports/133706 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
34 lines
992 B
Makefile
34 lines
992 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese textproc perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
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.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|