freebsd-ports/textproc/php-mecab/Makefile
Dmitry Marakasov f1749e4ab1 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-29 14:29:18 +00:00

25 lines
449 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= php-mecab
PORTVERSION= 0.6.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= gasol.wu@gmail.com
COMMENT= PHP bindings of the MeCab
LICENSE= MIT
LIB_DEPENDS= libmecab.so:japanese/mecab
USE_GITHUB= yes
GH_ACCOUNT= rsky
WRKSRC_SUBDIR= mecab
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
USES= php:ext
PHP_MODNAME= mecab
.include <bsd.port.mk>