blob: 029146b55a0de5f9ae5ca06e423b8e742c24deb7 (
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-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"
|