mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
25c794224f
Sponsored by: Absolight
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mecab
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= https://github.com/downloads/rsky/php-${PORTNAME}/
|
|
DISTNAME= php-mecab-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= PHP5 extension for MeCab Morphological Analyzer
|
|
|
|
LIB_DEPENDS= libmecab.so:japanese/mecab
|
|
|
|
USES= php:ext
|
|
IGNORE_WITH_PHP= 70 71
|
|
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}php5-
|
|
|
|
.include <bsd.port.post.mk>
|