aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mongo-c-driver/Makefile
blob: e618ebb89ea23dcb47a6274470e887b7b5ae8162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$

PORTNAME=   mongo-c-driver
PORTVERSION=    1.8.1
CATEGORIES= devel

MAINTAINER= ports@bsdserwis.com
COMMENT=    C Driver for MongoDB

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libsasl2.so:security/cyrus-sasl2 \
        libbson-1.0.so:devel/libbson

USE_GITHUB= yes
GH_ACCOUNT= mongodb

USES=       cmake:outsource pkgconfig
#USES=      cmake:noninja pkgconfig
USE_LDCONFIG=   yes
LDFLAGS+=   -pthread

.include <bsd.port.mk>