1a1d3769e5
libbson is a library providing useful routines related to building, parsing, and iterating BSON documents. It is a useful base for those wanting to write high-performance C extensions to higher level languages such as python, ruby, or perl.
12 lines
307 B
Makefile
12 lines
307 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/05/07 15:43:59 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= libbson
|
|
|
|
.if !defined(LIBBSON_BUILDLINK3_MK)
|
|
LIBBSON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libbson+= libbson>=0.6.8
|
|
BUILDLINK_PKGSRCDIR.libbson?= ../../devel/libbson
|
|
.endif # LIBBSON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libbson
|