1d1ce570c8
The sqlite2 driver for the Gambas database component
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# 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"
|