aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-expect/Makefile
blob: f5fe8304cb981fe30e1915b68c16f03cb7a19041 (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: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$

PORTNAME=   expect
PORTVERSION=    0.3.3
CATEGORIES= devel pear
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DIST_SUBDIR=    PECL

MAINTAINER= ports@FreeBSD.org
COMMENT=    PHP extension for expect library

LICENSE=    PHP301

LIB_DEPENDS=    libexpect.so:${PORTSDIR}/lang/expect

USES=       tar:tgz tcl:86
USE_PHP=    yes
USE_PHPEXT= yes

CFLAGS+=    -I${TCL_INCLUDEDIR}
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}

.include <bsd.port.mk>