diff options
Diffstat (limited to 'textproc/php-mecab/Makefile')
| -rw-r--r-- | textproc/php-mecab/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 66af20db3e3c..13553335c387 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,11 +1,12 @@ # Created by: Gasol Wu <gasol.wu@gmail.com> # $FreeBSD$ -PORTNAME= php-mecab +PORTNAME= mecab PORTVERSION= 0.6.0 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= PHP bindings of the MeCab @@ -16,10 +17,10 @@ LIB_DEPENDS= libmecab.so:japanese/mecab USE_GITHUB= yes GH_ACCOUNT= rsky +GH_PROJECT= php-${PORTNAME} WRKSRC_SUBDIR= mecab CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config USES= php:ext -PHP_MODNAME= mecab .include <bsd.port.mk> |
