aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Summarize-Extract
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-05-01 20:48:07 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-05-01 20:48:07 +0000
commitcc2044aef5685a19b28f4549e4ce478970c5eb9c (patch)
tree2bcae04d2ec08cc8ca1081cfed9aa96f97c7317c /japanese/p5-Lingua-JA-Summarize-Extract
parentf2ad87633f44a5d97f020a7c924e32f59943823e (diff)
downloadports-cc2044aef5685a19b28f4549e4ce478970c5eb9c.tar.gz
ports-cc2044aef5685a19b28f4549e4ce478970c5eb9c.zip
Notes
Diffstat (limited to 'japanese/p5-Lingua-JA-Summarize-Extract')
-rw-r--r--japanese/p5-Lingua-JA-Summarize-Extract/Makefile10
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>