diff options
author | rm <rm@FreeBSD.org> | 2015-09-29 02:36:10 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-09-29 02:36:10 +0800 |
commit | 13ebfe2ba63b62a3adb2749a8c2e526cd6b12550 (patch) | |
tree | e606736c079f7dd6a4997823117c65968a24c63f /databases/Makefile | |
parent | 57fb1dc0aa073ef7ccdba271d818a9044077eabe (diff) | |
download | freebsd-ports-gnome-13ebfe2ba63b62a3adb2749a8c2e526cd6b12550.tar.gz freebsd-ports-gnome-13ebfe2ba63b62a3adb2749a8c2e526cd6b12550.tar.zst freebsd-ports-gnome-13ebfe2ba63b62a3adb2749a8c2e526cd6b12550.zip |
PyMSSQL is a MS-SQL database adapter for the Python programming
language. It was written from scratch using FreeTDS library.
This is the version 2 release branch.
WWW: http://www.pymssql.org/
WWW: https://github.com/pymssql/pymssql
PR: 198694
Submitted by: ports@thelanman.net (based on)
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 bffc7b42adf7..9a8b9b7173f6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -754,6 +754,7 @@ SUBDIR += py-pyPgSQL SUBDIR += py-pyhs SUBDIR += py-pylibmc + SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb SUBDIR += py-pytc |