14 lines
429 B
Makefile
14 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/04/21 11:42:39 adam 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"
|