22 lines
440 B
Makefile
22 lines
440 B
Makefile
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
|
|
|
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
|
|
|
|
LICENSE= APACHE20
|
|
|
|
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>
|