aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-expect/Makefile
blob: 2022c6605f6dadd867e4f604cee29b63e0cea724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: chinsan <chinsan.tw@gmail.com>

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>