diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
commit | dca255c3cec21c0c66003eb626763c7fdc2cb59a (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /textproc/php-mecab | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) | |
download | freebsd-ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.zip |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r-- | textproc/php-mecab/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 65bf0af64924..3abcd6c7dee2 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,11 +1,10 @@ # Created by: Gasol Wu <gasol.wu@gmail.com> # $FreeBSD$ -PORTNAME= mecab +PORTNAME= php-mecab PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v CATEGORIES= textproc -PKGNAMEPREFIX= php- MAINTAINER= gasol.wu@gmail.com COMMENT= PHP bindings of the MeCab @@ -16,13 +15,10 @@ LIB_DEPENDS= libmecab.so:japanese/mecab USE_GITHUB= yes GH_ACCOUNT= rsky -GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/mecab +WRKSRC_SUBDIR= mecab CONFIGURE_ARGS+= --with-mecab=${LOCALBASE}/bin/mecab-config -USE_PHP= yes -USE_PHPIZE= yes -USE_PHPEXT= yes -USES= tar:tgz +USES= php:ext tar:tgz +PHP_MODNAME= mecab .include <bsd.port.mk> |