diff options
author | pi <pi@FreeBSD.org> | 2015-01-06 02:21:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-01-06 02:21:38 +0800 |
commit | 076f2b8f2886e4d2e690640572fc2cf35cf891b2 (patch) | |
tree | 773e18e290af9431bec74e0a3bc835ae87c76559 /databases/Makefile | |
parent | b9d0d5ad87f4923e397159c5b8591c0b2fa8cb1b (diff) | |
download | freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.tar.gz freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.tar.zst freebsd-ports-gnome-076f2b8f2886e4d2e690640572fc2cf35cf891b2.zip |
New port: databases/sqlitebrowser
DB Browser for SQLite is a light GUI editor for SQLite databases,
built on top of Qt. The main goal of the project is to allow
non-technical users to create, modify and edit SQLite databases
using a set of wizards and a spreadsheet-like interface.
This project has previous been known as "SQLite Browser" and "Database
Browser for SQLite". "DB Browser for SQLite" will hopefully be the
name that sticks. :)
WWW: http://sqlitebrowser.org/
PR: 196365
Submitted by: coder@tuxfamily.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 167f037ab907..fc96e7c8ed11 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -906,6 +906,7 @@ SUBDIR += sqlite-ext-pcre SUBDIR += sqlite2 SUBDIR += sqlite3 + SUBDIR += sqlitebrowser SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc |