1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Change PKGNAMEPREFIX behavior to be in line with other ports.

- While here fix COMMENT to please portlint.

PR:		ports/133706
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
Wesley Shields 2009-05-01 20:48:07 +00:00
parent f2ad87633f
commit cc2044aef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233102

View File

@ -7,12 +7,12 @@
PORTNAME= Lingua-JA-Summarize-Extract
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= japanese textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= ja-p5-
MAINTAINER= markun@onohara.to
COMMENT= summary generator for Japanese
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 \
@ -27,4 +27,8 @@ MAN3= Lingua::JA::Summarize::Extract::Plugin::Sentence::Base.3 \
Lingua::JA::Summarize::Extract.3 \
Lingua::JA::Summarize::Extract::Plugin::Parser::NgramSimple.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>