freebsd-ports/devel/libbson/Makefile
Sunpoet Po-Chuan Hsieh ae0d112dd9 Update to 1.8.1
Changes:	https://github.com/mongodb/libbson/releases
PR:		223185
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-10-25 18:29:40 +00:00

20 lines
318 B
Makefile

# 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:outsource pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>