3979079c8f
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. https://github.com/mongodb/libbson PR: 200338 Submitted by: pusateri@bangj.com
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libbson
|
|
PORTVERSION= 1.1.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= waitman@waitman.net
|
|
COMMENT= BSON utility library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mongodb
|
|
|
|
USES= gmake pkgconfig autoreconf libtool
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-configure:
|
|
# cd ${WRKSRC} && ./autogen.sh
|
|
|
|
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
|
|
|
.include <bsd.port.mk>
|