aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-enchant/Makefile
blob: 206b2db3a48c43b6bc3e05b1edca7d407b23979b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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:textproc/enchant

USES=		php:ext tar:tgz
IGNORE_WITH_PHP=	56 70
CONFIGURE_ARGS+=	--with-enchant=${LOCALBASE}

.include <bsd.port.mk>