1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/pecl-expect/Makefile
Martin Wilke db53585487 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 14:39:58 +00:00

26 lines
484 B
Makefile

# 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= miwi@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>