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

The postgresql driver for the gambas database component
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-05-09 01:19:26 +00:00
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

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-postgresql
SUBDIR += gambas2-gb-db-sqlite2
SUBDIR += gambas2-gb-db-sqlite3
SUBDIR += gauche-gdbm

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

View 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