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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP extension for expect library
WWW=		https://pecl.php.net/package/expect \
		https://github.com/sibaz/pecl-expect

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>