768cd1fde6
The MySQL driver for the gambas database component
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# New ports collection makefile for: gambas2-gb-db-mysql
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -gb-db-mysql
|
|
|
|
COMMENT= The MySQL driver for the gambas database component
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|