aboutsummaryrefslogtreecommitdiff
path: root/databases/libmongo-client/Makefile
blob: 6e8a572cb305c5bc6df24fdb834ebd4c507aae79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Denis Generalov <gd.workbox@gmail.com>
# $FreeBSD$

PORTNAME=	libmongo-client
PORTVERSION=	0.1.6.3
DISTVERSIONPREFIX=	${PORTNAME}-
PORTREVISION=	1
CATEGORIES=	databases

MAINTAINER=	gd.workbox@gmail.com
COMMENT=	Alternative C driver for MongoDB

LICENSE=	APACHE20

USE_GITHUB=	yes
GH_ACCOUNT=	algernon

GNU_CONFIGURE=	yes
USES=		autoreconf libtool pkgconfig gmake pathfix
USE_GNOME=	glib20
USE_LDCONFIG=	yes
PATHFIX_MAKEFILEIN=Makefile.am

.include <bsd.port.mk>