summaryrefslogtreecommitdiff
path: root/databases/libmongo-client/Makefile
blob: b8bcc871eb3b6c7f64d8d475159b864927f8cf71 (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
25
PORTNAME=	libmongo-client
PORTVERSION=	0.1.6.3
DISTVERSIONPREFIX=	${PORTNAME}-
PORTREVISION=	2
CATEGORIES=	databases

MAINTAINER=	gd.workbox@gmail.com
COMMENT=	Alternative C driver for MongoDB
WWW=		https://github.com/algernon/libmongo-client

LICENSE=	APACHE20

BROKEN=		Unfetchable
DEPRECATED=	Abandonware, upstream removed repo
EXPIRATION_DATE=2024-10-31

USE_GITHUB=	yes
GH_ACCOUNT=	algernon

GNU_CONFIGURE=	yes
USES=		autoreconf gmake gnome libtool pathfix pkgconfig
USE_GNOME=	glib20
USE_LDCONFIG=	yes

.include <bsd.port.mk>