1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- New port: databases/gambas2-gb-db-sqlite3

The sqlite3 driver for the gambas database component
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-05-09 01:17:54 +00:00
parent 1d1ce570c8
commit 5ff8972f83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233459
3 changed files with 21 additions and 0 deletions

View File

@ -78,6 +78,7 @@
SUBDIR += gambas2-gb-db-mysql
SUBDIR += gambas2-gb-db-odbc
SUBDIR += gambas2-gb-db-sqlite2
SUBDIR += gambas2-gb-db-sqlite3
SUBDIR += gauche-gdbm
SUBDIR += gbib
SUBDIR += gdbm

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: gambas2-gb-db-sqlite3
# Date created: 2009-05-02
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases lang
PKGNAMESUFFIX= -gb-db-sqlite3
COMMENT= The sqlite3 driver for the gambas database component
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,5 @@
@comment $FreeBSD$
lib/gambas2/gb.db.sqlite3.so.0
lib/gambas2/gb.db.sqlite3.so
lib/gambas2/gb.db.sqlite3.la
@dirrmtry lib/gambas2