diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-09 01:17:54 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-09 01:17:54 +0000 |
| commit | 5ff8972f83ed714d0771063faa92d5565b7a0179 (patch) | |
| tree | cb1fd43fcace11886699dd35c18b2c0449abc7f8 /databases/gambas2-gb-db-sqlite3 | |
| parent | - New port: databases/gambas2-gb-db-sqlite2 (diff) | |
- New port: databases/gambas2-gb-db-sqlite3
The sqlite3 driver for the gambas database component
Notes
Notes:
svn path=/head/; revision=233459
Diffstat (limited to 'databases/gambas2-gb-db-sqlite3')
| -rw-r--r-- | databases/gambas2-gb-db-sqlite3/Makefile | 15 | ||||
| -rw-r--r-- | databases/gambas2-gb-db-sqlite3/pkg-plist | 5 |
2 files changed, 20 insertions, 0 deletions
diff --git a/databases/gambas2-gb-db-sqlite3/Makefile b/databases/gambas2-gb-db-sqlite3/Makefile new file mode 100644 index 000000000000..f847d48eb770 --- /dev/null +++ b/databases/gambas2-gb-db-sqlite3/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-sqlite3 +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-sqlite3 + +COMMENT= The sqlite3 driver for the gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/databases/gambas2-gb-db-sqlite3/pkg-plist b/databases/gambas2-gb-db-sqlite3/pkg-plist new file mode 100644 index 000000000000..834f6d327ae1 --- /dev/null +++ b/databases/gambas2-gb-db-sqlite3/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.db.sqlite3.so.0 +lib/gambas2/gb.db.sqlite3.so +lib/gambas2/gb.db.sqlite3.la +@dirrmtry lib/gambas2 |
