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

PORTNAME=	libbson
PORTVERSION=	1.8.1
CATEGORIES=	devel

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

LICENSE=	APACHE20

USES=		cmake cpe pkgconfig
CPE_VENDOR=	mongodb
USE_GITHUB=	yes
GH_ACCOUNT=	mongodb
USE_LDCONFIG=	yes

.include <bsd.port.mk>