diff options
author | matthew <matthew@FreeBSD.org> | 2016-12-28 19:07:35 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-12-28 19:07:35 +0800 |
commit | 51f469e287ded74009cb9ca3dda53a158d9e34d1 (patch) | |
tree | 68e38da70e35ab0bae1ac9d2482b5a35292c1864 /databases/Makefile | |
parent | 1f2daf81168acf2df5524088e0d2950002f5986a (diff) | |
download | freebsd-ports-gnome-51f469e287ded74009cb9ca3dda53a158d9e34d1.tar.gz freebsd-ports-gnome-51f469e287ded74009cb9ca3dda53a158d9e34d1.tar.zst freebsd-ports-gnome-51f469e287ded74009cb9ca3dda53a158d9e34d1.zip |
agate-sql adds SQL read/write support to agate.
WWW: http://agate-sql.rtfd.org/
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 1bc4994115c1..797c0993a04d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -708,6 +708,7 @@ SUBDIR += py-MySQLdb56 SUBDIR += py-PyGreSQL SUBDIR += py-Pyrseas + SUBDIR += py-agate-sql SUBDIR += py-alembic SUBDIR += py-apsw SUBDIR += py-bsddb |