diff options
author | ashish <ashish@FreeBSD.org> | 2011-08-24 01:44:59 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-08-24 01:44:59 +0800 |
commit | 1bcd43862c2c06e834118ec765f1d8d5bf447378 (patch) | |
tree | 9562db67236581a2d996a2e82690506afaf651ae /devel/Makefile | |
parent | cf8c6788b111574ec88b8057993bd2e5fbdb83aa (diff) | |
download | freebsd-ports-graphics-1bcd43862c2c06e834118ec765f1d8d5bf447378.tar.gz freebsd-ports-graphics-1bcd43862c2c06e834118ec765f1d8d5bf447378.tar.zst freebsd-ports-graphics-1bcd43862c2c06e834118ec765f1d8d5bf447378.zip |
phpsh is an interactive shell for php that features readline
history, tab completion, quick access to documentation. It
was developed at Facebook and ironically, is written mostly
in python. It is open source and released under a modified
BSD license.
WWW: http://phpsh.org/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0ee26e16974..4f8b11332f4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2806,6 +2806,7 @@ SUBDIR += php52-sysvshm SUBDIR += php52-tokenizer SUBDIR += phpbt + SUBDIR += phpsh SUBDIR += phptags SUBDIR += physfs SUBDIR += physfs-devel |