diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-01 01:16:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-01 01:16:36 +0000 |
commit | cefa3c07e45b9b907c07c50f95002ada2b7bf112 (patch) | |
tree | 09a3b412beb568d2ccaf5ab3a631e648b1084f49 /japanese/p5-MeCab/Makefile | |
parent | cc295db490af452fd161be950a28cb443cc08d3c (diff) | |
download | ports-cefa3c07e45b9b907c07c50f95002ada2b7bf112.tar.gz ports-cefa3c07e45b9b907c07c50f95002ada2b7bf112.zip |
Notes
Diffstat (limited to 'japanese/p5-MeCab/Makefile')
-rw-r--r-- | japanese/p5-MeCab/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index 770785cbda23..232aebbef280 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -6,19 +6,18 @@ # PORTNAME= MeCab -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= japanese textproc perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME:L}/${SUB_DIR} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:L} DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= MeCab library module for Perl5 LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab PERL_CONFIGURE= yes -SUB_DIR= 21189 .include <bsd.port.pre.mk> @@ -28,9 +27,6 @@ IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 and try again PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- -post-patch: - ${RM} ${WRKSRC}/test2.pl - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} |