diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:19:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:19:26 +0800 |
commit | 25ad4155174c24ec02530bdd4cfd7b9da3e18e67 (patch) | |
tree | 5b346f98552d25feb125fd57ad8771dbba290c5a | |
parent | 103ffe1226ef232aa70696c69f67301482ad5da4 (diff) | |
download | freebsd-ports-gnome-25ad4155174c24ec02530bdd4cfd7b9da3e18e67.tar.gz freebsd-ports-gnome-25ad4155174c24ec02530bdd4cfd7b9da3e18e67.tar.zst freebsd-ports-gnome-25ad4155174c24ec02530bdd4cfd7b9da3e18e67.zip |
- New port: databases/gambas2-gb-db-postgresql
The postgresql driver for the gambas database component
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/gambas2-gb-db-postgresql/Makefile | 15 | ||||
-rw-r--r-- | databases/gambas2-gb-db-postgresql/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5289cd3bfc37..d4d8c3026913 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/gambas2-gb-db-postgresql/Makefile b/databases/gambas2-gb-db-postgresql/Makefile new file mode 100644 index 000000000000..d1dd721b39b5 --- /dev/null +++ b/databases/gambas2-gb-db-postgresql/Makefile @@ -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" diff --git a/databases/gambas2-gb-db-postgresql/pkg-plist b/databases/gambas2-gb-db-postgresql/pkg-plist new file mode 100644 index 000000000000..813274d6a297 --- /dev/null +++ b/databases/gambas2-gb-db-postgresql/pkg-plist @@ -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 |