aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-expect/Makefile
blob: 01e7120c12dc1c516ef6be92f527a489c91c8667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	pecl-expect
# Date created:			2006/08/17
# Whom:				chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	expect
PORTVERSION=	0.2.2
CATEGORIES=	devel pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	chinsan.tw@gmail.com
COMMENT=	A PHP extension for expect library

BUILD_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
LIB_DEPENDS=	expect543:${PORTSDIR}/lang/expect

USE_PHP=	yes
USE_PHPEXT=	yes

post-patch:
	@${REINPLACE_CMD} -e '20 s,expect,expect543,' ${WRKSRC}/config.m4

.include <bsd.port.mk>