1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/mongo-cxx-driver/Makefile
Baptiste Daroussin c93492e84e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:06:07 +00:00

28 lines
536 B
Makefile

# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$
PORTNAME= mongo-cxx-driver
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GH
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ 2.4 Driver for MongoDB
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 41691d5
USE_PYTHON_BUILD= 2
NO_STAGE= yes
.include <bsd.port.mk>