diff options
Diffstat (limited to 'databases/gambas2-gb-db-sqlite2/Makefile')
-rw-r--r-- | databases/gambas2-gb-db-sqlite2/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/gambas2-gb-db-sqlite2/Makefile b/databases/gambas2-gb-db-sqlite2/Makefile new file mode 100644 index 000000000000..029146b55a0d --- /dev/null +++ b/databases/gambas2-gb-db-sqlite2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-sqlite2 +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-sqlite2 + +COMMENT= The sqlite2 driver for the Gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" |