summaryrefslogtreecommitdiff
path: root/databases/py-sybase/pkg-descr
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/py-sybase/pkg-descr
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>
Diffstat (limited to 'databases/py-sybase/pkg-descr')
-rw-r--r--databases/py-sybase/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-sybase/pkg-descr b/databases/py-sybase/pkg-descr
new file mode 100644
index 000000000000..173331912154
--- /dev/null
+++ b/databases/py-sybase/pkg-descr
@@ -0,0 +1,8 @@
+A Python interface to the Sybase relational database system. The
+Sybase package supports all of the Python Database API, version 2.0
+with extensions.
+
+Author: Dave Cole <djc@object-craft.com.au>
+WWW: http://object-craft.com.au/projects/sybase/
+
+-- Gregory Bond <gnb@itga.com.au>