aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbson/Makefile
blob: 8caebace29fc627f5cf4dc13a81829dcdc3832c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$

PORTNAME=   libbson
PORTVERSION=    1.8.1
CATEGORIES= devel

MAINTAINER= ports@bsdserwis.com
COMMENT=    BSON utility library

LICENSE=    APACHE20

USE_GITHUB= yes
GH_ACCOUNT= mongodb

USES=       cmake pkgconfig
USE_LDCONFIG=   yes

.include <bsd.port.mk>