aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pecl-enchant/Makefile
blob: a0fb2580ef94567ea533172001576ebd14b31fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Libenchant Binder that Support Near All Spelling Tools

LIB_DEPENDS=    enchant.1:${PORTSDIR}/textproc/enchant

CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}

USE_PHP=    yes
USE_PHPEXT= yes
PHP_MODNAME=    ${PORTNAME}
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5

.include <bsd.port.mk>