diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-03-30 00:02:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-03-30 00:02:11 +0000 |
commit | a623e2d6cfb51533d21b18a5163fcabc450ff442 (patch) | |
tree | c8b7ab5db1c1e038403cd7e8bc1611bb94261ee6 /databases/Makefile | |
parent | 085605d0eccf51685b7f63e2ece26f95735fe57d (diff) |
This is Sybtcl -- a dynamicly loadable TCL extension, which provides
your interpreter with connectivity to a Sybase server. Althghough it was
written to work with Sybase's own client libraries (not available for
FreeBSD), this port patches it enough to make it work with FreeTDS.
WWW: http://sybtcl.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=105655
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d94bd19e2cb4..9968876259bb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -260,6 +260,7 @@ SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += sybase-ocsd + SUBDIR += sybtcl SUBDIR += tcl-Mysql SUBDIR += tdb SUBDIR += tinycdb |