diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:16:33 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:16:33 +0800 |
commit | 0612fdc82ecf1a9d7a612a01723bad32537d60fb (patch) | |
tree | f168d0a0653b607725300367b49df07e9090184c /databases | |
parent | 375cac66277338043e83a487daa9521fea4c9cd3 (diff) | |
download | freebsd-ports-graphics-0612fdc82ecf1a9d7a612a01723bad32537d60fb.tar.gz freebsd-ports-graphics-0612fdc82ecf1a9d7a612a01723bad32537d60fb.tar.zst freebsd-ports-graphics-0612fdc82ecf1a9d7a612a01723bad32537d60fb.zip |
- New port: databases/gambas2-gb-db-sqlite2
The sqlite2 driver for the Gambas database component
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/gambas2-gb-db-sqlite2/Makefile | 15 | ||||
-rw-r--r-- | databases/gambas2-gb-db-sqlite2/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c04fdbb87cf..47e5e04ba3c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -77,6 +77,7 @@ SUBDIR += gambas2-gb-db-firebird SUBDIR += gambas2-gb-db-mysql SUBDIR += gambas2-gb-db-odbc + SUBDIR += gambas2-gb-db-sqlite2 SUBDIR += gauche-gdbm SUBDIR += gbib SUBDIR += gdbm diff --git a/databases/gambas2-gb-db-sqlite2/Makefile b/databases/gambas2-gb-db-sqlite2/Makefile new file mode 100644 index 00000000000..029146b55a0 --- /dev/null +++ b/databases/gambas2-gb-db-sqlite2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-sqlite2 +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-sqlite2 + +COMMENT= The sqlite2 driver for the Gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/databases/gambas2-gb-db-sqlite2/pkg-plist b/databases/gambas2-gb-db-sqlite2/pkg-plist new file mode 100644 index 00000000000..337f2c5c18b --- /dev/null +++ b/databases/gambas2-gb-db-sqlite2/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.db.sqlite2.so.0 +lib/gambas2/gb.db.sqlite2.so +lib/gambas2/gb.db.sqlite2.la +@dirrmtry lib/gambas2 |