summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2004-01-06 06:18:59 +0000
committerWill Andrews <will@FreeBSD.org>2004-01-06 06:18:59 +0000
commit08c8f0e2dfe867f33166ac11fa96fa13f2917a6e (patch)
tree3ac6011300321811e0421349cc89c66acf20edff /databases/Makefile
parentRefactor how we format the autofill message. With the slightly questionable (diff)
Add py-sybase 0.36, a Python Database API interface to the Sybase RDBMS.
PR: 57521 Submitted by: Gregory Bond <gnb@itga.com.au>
Notes
Notes: svn path=/head/; revision=97437
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d24f68103a62..5b8805e581f4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -198,6 +198,7 @@
SUBDIR += py-psycopg
SUBDIR += py-pyPgSQL
SUBDIR += py-sqlrelay
+ SUBDIR += py-sybase
SUBDIR += pydbdesigner
SUBDIR += qdbm
SUBDIR += qt-mysql-plugin