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

The sqlite2 driver for the Gambas database component
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-05-09 01:16:33 +00:00
parent f5811f390b
commit 1d1ce570c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233458
3 changed files with 21 additions and 0 deletions

View file

@ -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

View file

@ -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"

View file

@ -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