aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-expect/Makefile
blob: ce8de0caf3c8ed419d52609b30548e27357c6f12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	expect
PORTVERSION=	0.4.0
PORTREVISION=	2
CATEGORIES=	devel pear

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

LICENSE=	PHP301

LIB_DEPENDS=	libexpect.so:lang/expect

USES=		php:pecl tcl

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

.include <bsd.port.mk>