aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHP_CompatInfo/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-13 12:40:36 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-13 12:40:36 +0000
commite24e5eb83e0006dc8f1afbc742746dfc60f5f35f (patch)
tree1c946b9b6c41325e8f5a594cdce0dc10c3fc24dd /devel/pear-PHP_CompatInfo/Makefile
parent075071dcf8f2f32c63b3cc8d7a26f3ab6bda5906 (diff)
downloadports-e24e5eb83e0006dc8f1afbc742746dfc60f5f35f.tar.gz
ports-e24e5eb83e0006dc8f1afbc742746dfc60f5f35f.zip
- Update to 1.4.1
- Add PEAR_CONSOLE_GETARGS knob PR: ports/109125 Submitted by: chinsan (maintainer)
Notes
Notes: svn path=/head/; revision=185092
Diffstat (limited to 'devel/pear-PHP_CompatInfo/Makefile')
-rw-r--r--devel/pear-PHP_CompatInfo/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile
index 34d0c6e0eda5..d6e764d269d5 100644
--- a/devel/pear-PHP_CompatInfo/Makefile
+++ b/devel/pear-PHP_CompatInfo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PHP_CompatInfo
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= devel pear
MAINTAINER= chinsan@FreeBSD.org
@@ -38,7 +38,8 @@ TESTS= checkMax.php sample_req6056.php
_EXAMPLESDIR= docs/examples
LATEST_LINK= pear-PHP_CompatInfo
-OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off
+OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off \
+ PEAR_CONSOLE_GETARGS "PEAR::Console_Getargs support" off
.include <bsd.port.pre.mk>
@@ -46,5 +47,9 @@ OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off
RUN_DEPENDS+= ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
.endif
+.if defined(WITH_PEAR_CONSOLE_GETARGS)
+RUN_DEPENDS+= ${PEARDIR}/Console/Console_TestListener.php:${PORTSDIR}/devel/pear-Console_Getargs
+.endif
+
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>