Files
semarie c3f4c63a87 replace do-test targets of some go modules to use TEST_TARGET variable
- security/cfssl
- security/osv-scanner
- textproc/miller
- www/goat

ok tb@
2026-01-12 06:56:41 +00:00

32 lines
740 B
Makefile

# LP64 archs with Go:
ONLY_FOR_ARCHS = aarch64 amd64 mips64 riscv64
# # github.com/spdx/gordf/rdfloader/xmlreader
# ../../../go/pkg/mod/github.com/spdx/gordf@v0.0.0-20201111095634-7098f93598fb/rdfloader/xmlreader/xmlreader.go:213:
# 27: WHITESPACE (untyped int constant 4294977024) overflows int
COMMENT = scan your project's dependencies for vulnerabilities
V = 2.2.2
MODGO_MODNAME = github.com/google/osv-scanner/v2
MODGO_VERSION = v${V}
DISTNAME = osv-scanner-${V}
CATEGORIES = security
HOMEPAGE = https://github.com/google/osv-scanner
# Apache-2.0
PERMIT_PACKAGE = Yes
MODULES = lang/go
WANTLIB += c pthread
# Tests fail => try to request infos via network
TEST_TARGET = ./...
.include "modules.inc"
.include <bsd.port.mk>