diff options
Diffstat (limited to 'tcllib/modules/md5crypt/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/md5crypt/pkgIndex.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcllib/modules/md5crypt/pkgIndex.tcl b/tcllib/modules/md5crypt/pkgIndex.tcl new file mode 100644 index 0000000..487ff9d --- /dev/null +++ b/tcllib/modules/md5crypt/pkgIndex.tcl @@ -0,0 +1,3 @@ +# package index for md5crypt +if {![package vsatisfies [package provide Tcl] 8.2]} {return} +package ifneeded md5crypt 1.1.0 [list source [file join $dir md5crypt.tcl]] |