2013-10-29 13:25:59 +01:00
|
|
|
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
2012-12-29 23:06:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmongo-client
|
2013-09-05 21:44:40 +02:00
|
|
|
PORTVERSION= 0.1.6.3
|
2015-05-30 23:25:06 +02:00
|
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
2014-07-29 17:21:49 +02:00
|
|
|
PORTREVISION= 1
|
2012-12-29 23:06:04 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
2013-10-29 13:25:59 +01:00
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
2012-12-29 23:06:04 +01:00
|
|
|
COMMENT= Alternative C driver for MongoDB
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2012-12-29 23:06:04 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= algernon
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-18 12:25:38 +02:00
|
|
|
USES= autoreconf libtool pkgconfig gmake pathfix
|
2012-12-29 23:06:04 +01:00
|
|
|
USE_GNOME= glib20
|
|
|
|
USE_LDCONFIG= yes
|
2013-10-26 14:39:19 +02:00
|
|
|
PATHFIX_MAKEFILEIN=Makefile.am
|
2012-12-29 23:06:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|