blob: 37a65992d1c120515775c42fbcb137d6d78b92d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2020/11/05 09:09:06 ryoon Exp $
COLLECTD_PACKAGE= mongodb
COLLECTD_PLUGINS= write_mongodb
COMMENT= Statistics collection daemon - write_mongodb plugin
PKGREVISION= 1
.include "../../databases/mongo-c-driver/buildlink3.mk"
COLLECTD_LIB.mongoc= yes # help says argument is the path, but everything but "yes" disables
.include "../../sysutils/collectd/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|