698d527aa2
(2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
12 lines
303 B
Makefile
12 lines
303 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/10 23:55:48 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libdbi
|
|
|
|
.if !defined(LIBDBI_BUILDLINK3_MK)
|
|
LIBDBI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libdbi+= libdbi>=0.8.3
|
|
BUILDLINK_PKGSRCDIR.libdbi?= ../../databases/libdbi
|
|
.endif # LIBDBI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libdbi
|