aboutsummaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-14 07:35:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-14 07:35:21 +0000
commitbdbd78730635f85023237be09006b4a436fecdaa (patch)
treeb330e4f13517406b972991136bb39a770d1bcd4e /shells/Makefile
parentc2b1c2a171a4eccfa65b72425386b6ca2fbc7363 (diff)
downloadports-bdbd78730635f85023237be09006b4a436fecdaa.tar.gz
ports-bdbd78730635f85023237be09006b4a436fecdaa.zip
[NEW PORT] shells/zoidberg: A modular PERL shell
A modular Perl shell written, configured, and operated entirely in Perl. It aspires to be a fully operational login shell with all the features one normally expects. But it also gives direct access to Perl objects and data structures from the command line, and allows you to run Perl code within the scope of your command line. WWW: http://zoidberg.student.utwente.nl/ PR: ports/72053 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=119371
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index b14a8e6288b3..6ea7c5ba7ec8 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -28,6 +28,7 @@
SUBDIR += v7sh
SUBDIR += vshnu
SUBDIR += wapsh
+ SUBDIR += zoidberg
SUBDIR += zsh
SUBDIR += zsh+euc_hack
SUBDIR += zsh-devel