freebsd-ports/devel/govendor/Makefile
Dmitri Goutnik bdd9f99608 devel/govendor: Mark broken on aarch64
Upstream indicated that support for freebsd/arm64 will not be merged [1],
mark port BROKEN on aarch64.

[1] https://github.com/kardianos/govendor/pull/439#issuecomment-571714144
2020-01-07 18:58:04 +00:00

24 lines
579 B
Makefile

# $FreeBSD$
PORTNAME= govendor
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.9-6
DISTVERSIONSUFFIX= -gc5ee5dc # includes the fix for 32-bit systems: https://github.com/kardianos/govendor/issues/386
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= rwestlun@gmail.com
COMMENT= Go vendor tool that works with the standard vendor file
LICENSE= BSD3CLAUSE
BROKEN_aarch64= fails to compile, needs vendor/golang.org/x/sys 33540a1f6037 or later
USES= go
USE_GITHUB= yes
GH_ACCOUNT= kardianos
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/govendor
.include <bsd.port.mk>