diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile index 823cd2737639..db06ff999a67 100644 --- a/devel/binaryen/Makefile +++ b/devel/binaryen/Makefile @@ -1,28 +1,30 @@ PORTNAME= binaryen DISTVERSIONPREFIX= version_ DISTVERSION= 117 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org COMMENT= Compiler infrastructure and toolchain library for WebAssembly WWW= https://github.com/WebAssembly/binaryen LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe localbase:ldflags python:build +USES= cmake cpe python:build CPE_VENDOR= webassembly USE_GITHUB= yes GH_ACCOUNT= WebAssembly USE_LDCONFIG= yes OPTIONS_DEFINE= TEST OPTIONS_SUB= yes TEST_LIB_DEPENDS= libgtest.so:devel/googletest +TEST_USES= localbase:ldflags TEST_CMAKE_BOOL= BUILD_TESTS do-test-TEST-on: binaryen-unittests .include