diff --git a/devel/wasm-server-runner/Makefile b/devel/wasm-server-runner/Makefile index 6faf9b5061c7..d5f700ec56f2 100644 --- a/devel/wasm-server-runner/Makefile +++ b/devel/wasm-server-runner/Makefile @@ -1,22 +1,22 @@ PORTNAME= wasm-server-runner DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org COMMENT= Cargo runner for WASM WWW= https://github.com/jakobhellermann/wasm-server-runner/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS+= libzstd.so:archivers/zstd -USES= cargo +USES= cargo llvm USE_GITHUB= yes GH_ACCOUNT= jakobhellermann PLIST_FILES= bin/wasm-server-runner .include