diff options
author | nork <nork@FreeBSD.org> | 2003-07-16 19:06:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-16 19:06:23 +0800 |
commit | be825baf53e9c92eba12a30e0895b0894f60a06d (patch) | |
tree | 9466eeb7fadd446ca9695b7904cc821b4d7543d6 /lang/Makefile | |
parent | b9d099e41d734c0fa76332ebfd0268e6d177784d (diff) | |
download | freebsd-ports-gnome-be825baf53e9c92eba12a30e0895b0894f60a06d.tar.gz freebsd-ports-gnome-be825baf53e9c92eba12a30e0895b0894f60a06d.tar.zst freebsd-ports-gnome-be825baf53e9c92eba12a30e0895b0894f60a06d.zip |
Add php5-cli, is a PHP5 Command Line Interpreter as php5's
slave port.
PR: ports/54520
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f72c1801cfc8..4693576c291d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -150,6 +150,7 @@ SUBDIR += php4 SUBDIR += php4-cli SUBDIR += php5 + SUBDIR += php5-cli SUBDIR += php_doc SUBDIR += pike70 SUBDIR += pike72 |