diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-08-31 09:31:51 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-08-31 09:31:51 +0800 |
commit | 26fe562903b305892b937e55afab5cb65dacc104 (patch) | |
tree | ec2c9ae09c92cd93bc5d5f1f4f4045e4e338e3bb /japanese/php5-mecab/Makefile | |
parent | ea3a455f4b096e764054d8d8b48e523ab8f18a55 (diff) | |
download | freebsd-ports-gnome-26fe562903b305892b937e55afab5cb65dacc104.tar.gz freebsd-ports-gnome-26fe562903b305892b937e55afab5cb65dacc104.tar.zst freebsd-ports-gnome-26fe562903b305892b937e55afab5cb65dacc104.zip |
Add php5-mecab 0.0.2, a PHP5 extension for MeCab Morphological Analyzer.
Diffstat (limited to 'japanese/php5-mecab/Makefile')
-rw-r--r-- | japanese/php5-mecab/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile new file mode 100644 index 000000000000..03a80980dd0b --- /dev/null +++ b/japanese/php5-mecab/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: php5-mecab +# Date created: 31 Aug 2006 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mecab +PORTVERSION= 0.0.2 +CATEGORIES= japanese +MASTER_SITES= http://page2.xrea.jp/pub/ \ + http://dist.bsdlab.org/ +DISTNAME= php_mecab-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= A PHP5 extension for MeCab Morphological Analyzer + +LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab + +USE_PHP= yes +DEFAULT_PHP_VER=5 +USE_PHPEXT= yes +CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}php5- + +.include <bsd.port.post.mk> |