1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/libmongo-client/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

24 lines
446 B
Makefile

# 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
.include <bsd.port.mk>