mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f3015877b8
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.
4 lines
162 B
Tcl
4 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]]
|