diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-25 09:03:56 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-25 09:03:56 +0800 |
commit | 1d17edad8999ad76a55d8aa3a70d0f68dfd69447 (patch) | |
tree | 8b71011037e00290634bf1dd6acce140cc167668 /shells | |
parent | ae0790b193d80a0fc2bf7c48ca366bf08d95ef61 (diff) | |
download | freebsd-ports-gnome-1d17edad8999ad76a55d8aa3a70d0f68dfd69447.tar.gz freebsd-ports-gnome-1d17edad8999ad76a55d8aa3a70d0f68dfd69447.tar.zst freebsd-ports-gnome-1d17edad8999ad76a55d8aa3a70d0f68dfd69447.zip |
- Add additional dependancies
- Bump PORTREVISION
- Fix comment while I am here
PR: ports/130692
Submitted by: Lapo Luchini <lapo lapo.it>
Approved by: maintainer implicit
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pear-PHP_Shell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/pear-PHP_Shell/Makefile b/shells/pear-PHP_Shell/Makefile index 9c988c3fce66..a37778f77c81 100644 --- a/shells/pear-PHP_Shell/Makefile +++ b/shells/pear-PHP_Shell/Makefile @@ -7,10 +7,13 @@ PORTNAME= PHP_Shell PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= shells www pear MAINTAINER= miwi@FreeBSD.org -COMMENT= A interactive PHP Shell +COMMENT= An interactive PHP Shell + +USE_PHP= pcre tokenizer readline BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |