Edit

IABSD.fr/ports/sysutils/unbound_exporter/Makefile

Branch :

  • Show log

    Commit

  • Author : pascal
    Date : 2026-05-20 20:48:04
    Hash : b570295b
    Message : Update to unbound_exporter 0.6.0.

  • sysutils/unbound_exporter/Makefile
  • COMMENT =		prometheus exporter for unbound
    
    MODGO_MODNAME =		github.com/letsencrypt/unbound_exporter
    MODGO_VERSION =		v0.6.0
    
    DISTNAME =		unbound_exporter-${MODGO_VERSION}
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://github.com/letsencrypt/unbound_exporter
    
    MAINTAINER =		Pascal Stumpf <pascal@stumpf.co>
    
    # Apache 2.0
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c pthread
    
    MODULES =		lang/go
    
    .include "modules.inc"
    .include <bsd.port.mk>