freebsd-ports/devel/pecl-expect/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

25 lines
468 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= expect
PORTVERSION= 0.2.9
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP extension for expect library
LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}
.include <bsd.port.mk>