mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
0bb6fe2204
PR: 208930 Submitted by: yuri@rawbw.com Approved by: maintainer
28 lines
530 B
Makefile
28 lines
530 B
Makefile
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongo-c-driver
|
|
PORTVERSION= 1.3.5
|
|
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 pkgconfig
|
|
USE_LDCONFIG= yes
|
|
LDFLAGS+= -pthread
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmongoc-1.0.so.${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|