freebsd-ports/textproc/pecl-enchant/Makefile
Martin Wilke 5a67738f00 - Ignore php70
- While here remove old php gruft
2016-02-18 14:47:05 +00:00

25 lines
536 B
Makefile

# Created by: Wen heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= enchant
DISTVERSION= 1.1.0
CATEGORIES= textproc devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= Libenchant Binder that Support Near All Spelling Tools
LICENSE= PHP30
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME}
IGNORE_WITH_PHP= 56 70
CONFIGURE_ARGS+= --with-enchant=${LOCALBASE}
.include <bsd.port.mk>