[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / promu

File: [local] / ports / devel / promu / Makefile (download)

Revision 1.13, Mon Sep 4 12:28:36 2023 UTC (8 months, 4 weeks ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.12: +1 -1 lines

Update promu to v0.15.0:
    [CHANGE] Use unmarshalstrict #240
    [CHANGE] Add linux/riscv64 to default platforms #254
OK kn@ sthen@

COMMENT =		prometheus utility tool

MODGO_MODNAME =         github.com/prometheus/promu
MODGO_VERSION =         v0.15.0

DISTNAME =		promu-${MODGO_VERSION}

CATEGORIES =		devel

HOMEPAGE =		http://prometheus.io/

MAINTAINER =		Claudio Jeker <claudio@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE =	Yes

WANTLIB =		c pthread

MODULES =		lang/go

.include "modules.inc"

.include <bsd.port.mk>