- New port: databases/gambas2-gb-db-sqlite2
The sqlite2 driver for the Gambas database component
This commit is contained in:
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
|
@ -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
|
||||
|
|
15
databases/gambas2-gb-db-sqlite2/Makefile
Normal file
15
databases/gambas2-gb-db-sqlite2/Makefile
Normal 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"
|
5
databases/gambas2-gb-db-sqlite2/pkg-plist
Normal file
5
databases/gambas2-gb-db-sqlite2/pkg-plist
Normal 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
|
Loading…
Reference in a new issue