openbsd-ports/sysutils/serf/Makefile
sthen 9c0d186099 add a comment next to BROKEN-aarch64 to suggest trying removing it with the
next update, hopefully vendored libs will be updated by then
2020-04-17 23:59:50 +00:00

34 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/04/17 23:59:50 sthen Exp $
BROKEN-aarch64 = looks like the vendored golang.org/x/sys/unix is too old for aarch64
# try removing above with next update
COMMENT= decentralized service discovery and orchestration
GH_TAGNAME= v0.8.5
GH_ACCOUNT= hashicorp
GH_PROJECT= serf
PKGNAME= ${GH_ACCOUNT}-${DISTNAME}
DIST_SUBDIR= ${GH_PROJECT}
CATEGORIES= sysutils net
HOMEPAGE= https://www.serfdom.io/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPLv2.0
PERMIT_PACKAGE= Yes
WANTLIB += c pthread
MODULES= lang/go
do-build:
${MODGO_BUILD_CMD} ${ALL_TARGET}/cmd/serf
do-test:
${MODGO_TEST_CMD} ${TEST_TARGET}/cmd/serf
.include <bsd.port.mk>