From 5ff8972f83ed714d0771063faa92d5565b7a0179 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sat, 9 May 2009 01:17:54 +0000 Subject: - New port: databases/gambas2-gb-db-sqlite3 The sqlite3 driver for the gambas database component --- databases/gambas2-gb-db-sqlite3/Makefile | 15 +++++++++++++++ databases/gambas2-gb-db-sqlite3/pkg-plist | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 databases/gambas2-gb-db-sqlite3/Makefile create mode 100644 databases/gambas2-gb-db-sqlite3/pkg-plist (limited to 'databases/gambas2-gb-db-sqlite3') 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 +# +# $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 -- cgit v1.2.3