diff options
author | wxs <wxs@FreeBSD.org> | 2009-05-02 04:48:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-05-02 04:48:07 +0800 |
commit | c0a585a54188eb5c4e5a25839bce5c18d7191ff2 (patch) | |
tree | ed51ffa04ced3516752611b620336db334893e4b /japanese/p5-Lingua-JA-Summarize-Extract/Makefile | |
parent | a9555cfc7780598ce6aa5bbb3f0b5e0365d13e68 (diff) | |
download | freebsd-ports-gnome-c0a585a54188eb5c4e5a25839bce5c18d7191ff2.tar.gz freebsd-ports-gnome-c0a585a54188eb5c4e5a25839bce5c18d7191ff2.tar.zst freebsd-ports-gnome-c0a585a54188eb5c4e5a25839bce5c18d7191ff2.zip |
- 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)
Diffstat (limited to 'japanese/p5-Lingua-JA-Summarize-Extract/Makefile')
-rw-r--r-- | japanese/p5-Lingua-JA-Summarize-Extract/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/japanese/p5-Lingua-JA-Summarize-Extract/Makefile b/japanese/p5-Lingua-JA-Summarize-Extract/Makefile index c7becedb99fb..3e335db4d998 100644 --- a/japanese/p5-Lingua-JA-Summarize-Extract/Makefile +++ b/japanese/p5-Lingua-JA-Summarize-Extract/Makefile @@ -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> |