mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- New port: databases/gambas2-gb-db-postgresql
The postgresql driver for the gambas database component
This commit is contained in:
parent
5ff8972f83
commit
45f033f2c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233460
3 changed files with 21 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
||||||
SUBDIR += gambas2-gb-db-firebird
|
SUBDIR += gambas2-gb-db-firebird
|
||||||
SUBDIR += gambas2-gb-db-mysql
|
SUBDIR += gambas2-gb-db-mysql
|
||||||
SUBDIR += gambas2-gb-db-odbc
|
SUBDIR += gambas2-gb-db-odbc
|
||||||
|
SUBDIR += gambas2-gb-db-postgresql
|
||||||
SUBDIR += gambas2-gb-db-sqlite2
|
SUBDIR += gambas2-gb-db-sqlite2
|
||||||
SUBDIR += gambas2-gb-db-sqlite3
|
SUBDIR += gambas2-gb-db-sqlite3
|
||||||
SUBDIR += gauche-gdbm
|
SUBDIR += gauche-gdbm
|
||||||
|
|
15
databases/gambas2-gb-db-postgresql/Makefile
Normal file
15
databases/gambas2-gb-db-postgresql/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# New ports collection makefile for: gambas2-gb-db-postgresql
|
||||||
|
# Date created: 2009-05-02
|
||||||
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORIES= databases lang
|
||||||
|
PKGNAMESUFFIX= -gb-db-postgresql
|
||||||
|
|
||||||
|
COMMENT= The postgresql driver for the gambas database component
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
5
databases/gambas2-gb-db-postgresql/pkg-plist
Normal file
5
databases/gambas2-gb-db-postgresql/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
lib/gambas2/gb.db.postgresql.so.0
|
||||||
|
lib/gambas2/gb.db.postgresql.so
|
||||||
|
lib/gambas2/gb.db.postgresql.la
|
||||||
|
@dirrmtry lib/gambas2
|
Loading…
Add table
Reference in a new issue