diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:13:41 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:13:41 +0800 |
commit | e4ba3963734bbe4f948ef060f63655727d248c04 (patch) | |
tree | 7aaef6291279f62484b66bfa7254bc026dfdb3b6 | |
parent | 3d20352caf2bfa27a1e80080d43e55200f7daf07 (diff) | |
download | freebsd-ports-gnome-e4ba3963734bbe4f948ef060f63655727d248c04.tar.gz freebsd-ports-gnome-e4ba3963734bbe4f948ef060f63655727d248c04.tar.zst freebsd-ports-gnome-e4ba3963734bbe4f948ef060f63655727d248c04.zip |
- New port: databases/gambas2-gb-db-mysql
The MySQL driver for the gambas database component
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/gambas2-gb-db-mysql/Makefile | 15 | ||||
-rw-r--r-- | databases/gambas2-gb-db-mysql/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0c8ad312ab86..5c95d71deddf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -75,6 +75,7 @@ SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += gambas2-gb-db-firebird + SUBDIR += gambas2-gb-db-mysql SUBDIR += gauche-gdbm SUBDIR += gbib SUBDIR += gdbm diff --git a/databases/gambas2-gb-db-mysql/Makefile b/databases/gambas2-gb-db-mysql/Makefile new file mode 100644 index 000000000000..ed3443d5dd0a --- /dev/null +++ b/databases/gambas2-gb-db-mysql/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-mysql +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-mysql + +COMMENT= The MySQL driver for the gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/databases/gambas2-gb-db-mysql/pkg-plist b/databases/gambas2-gb-db-mysql/pkg-plist new file mode 100644 index 000000000000..36f5e945b6f7 --- /dev/null +++ b/databases/gambas2-gb-db-mysql/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.db.mysql.so.0 +lib/gambas2/gb.db.mysql.so +lib/gambas2/gb.db.mysql.la +@dirrmtry lib/gambas2 |