blob: f847d48eb77064e017038d3054ef9746870a6113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|