freebsd-ports/devel/pecl-expect/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
508 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= expect
PORTVERSION= 0.3.3
PORTREVISION= 1
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:lang/expect
USES= tar:tgz tcl:86
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP= 70
CFLAGS+= -I${TCL_INCLUDEDIR}
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}
.include <bsd.port.mk>