freebsd-ports/www/websh/files/pkgIndex.tcl.in
Mikhail Teterin f3015877b8 Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
2007-02-13 06:46:59 +00:00

3 lines
162 B
Tcl

if {[package vcompare [info tclversion] 8.3] < 0} return
package ifneeded websh %%WS_VER%% [list load [file join [file dirname $dir] libwebsh%%TCL_DVER%%.so.1]]