aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-MeCab
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-31 11:48:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-31 11:48:38 +0000
commit541de61a513217f2f910745f6b3522c767615369 (patch)
tree7f6d276610f1120604171d965efe4b85a4aeee21 /japanese/p5-MeCab
parent11157a12f563739c251aa867eee35e30d0cb8320 (diff)
downloadports-541de61a513217f2f910745f6b3522c767615369.tar.gz
ports-541de61a513217f2f910745f6b3522c767615369.zip
- Update to 0.93 [1]
- Mark for perl 5.8.0 and higher only due to its dependency on japanese/mecab PR: 101092 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=169197
Diffstat (limited to 'japanese/p5-MeCab')
-rw-r--r--japanese/p5-MeCab/Makefile8
-rw-r--r--japanese/p5-MeCab/distinfo6
2 files changed, 9 insertions, 5 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile
index 86896ed99a89..770785cbda23 100644
--- a/japanese/p5-MeCab/Makefile
+++ b/japanese/p5-MeCab/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MeCab
-PORTVERSION= 0.92
+PORTVERSION= 0.93
CATEGORIES= japanese textproc perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${SUB_DIR}
@@ -18,10 +18,14 @@ COMMENT= MeCab library module for Perl5
LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
-SUB_DIR= 20919
+SUB_DIR= 21189
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 and try again
+.endif
+
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
post-patch:
diff --git a/japanese/p5-MeCab/distinfo b/japanese/p5-MeCab/distinfo
index c162ef943dc6..1de489c8ffa2 100644
--- a/japanese/p5-MeCab/distinfo
+++ b/japanese/p5-MeCab/distinfo
@@ -1,3 +1,3 @@
-MD5 (mecab-perl-0.92.tar.gz) = 6a066597bb3edbcd8a34931fa00f52bd
-SHA256 (mecab-perl-0.92.tar.gz) = 5801a1c19b7add60f196266fbdb7f73e92c239f9e623581e226b25ea34f85db5
-SIZE (mecab-perl-0.92.tar.gz) = 25287
+MD5 (mecab-perl-0.93.tar.gz) = 766bca9f491f744b02b29f746c953f47
+SHA256 (mecab-perl-0.93.tar.gz) = 56de24e228813ff99ae2115c4639c5530c29a24aeb0ee2a5a55736842c98a348
+SIZE (mecab-perl-0.93.tar.gz) = 25286