Edit

IABSD.fr/ports/sysutils/idrac_exporter/Makefile

Branch :

  • Show log

    Commit

  • Author : pascal
    Date : 2025-03-28 09:06:23
    Hash : ec4649e8
    Message : Update to idrac_exporter 1.6.2.

  • sysutils/idrac_exporter/Makefile
  • COMMENT =		prometheus exporter for Dell iDRAC
    
    MODGO_MODNAME =		github.com/mrlhansen/idrac_exporter
    MODGO_VERSION =		v1.6.2
    
    DISTNAME =		idrac_exporter-${MODGO_VERSION}
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://github.com/mrlhansen/idrac_exporter
    
    MAINTAINER =		Pascal Stumpf <pascal@stumpf.co>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c pthread
    
    MODULES =		lang/go
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/idrac_exporter
    	${INSTALL_DATA} ${WRKSRC}/sample-config.yml \
    		${PREFIX}/share/examples/idrac_exporter
    
    .include "modules.inc"
    .include <bsd.port.mk>