git: 1184bdac19e8 - main - devel/wasi-compiler-rt22: add

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Thu, 19 Mar 2026 06:39:18 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1184bdac19e819b4c1706010f06396e6a5377457

commit 1184bdac19e819b4c1706010f06396e6a5377457
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-03-19 06:38:45 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-03-19 06:38:45 +0000

    devel/wasi-compiler-rt22: add
    
    PR: 293101
---
 devel/wasi-compiler-rt22/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/devel/wasi-compiler-rt22/Makefile b/devel/wasi-compiler-rt22/Makefile
new file mode 100644
index 000000000000..8f2f6f874d39
--- /dev/null
+++ b/devel/wasi-compiler-rt22/Makefile
@@ -0,0 +1,6 @@
+# must sync with devel/llvm22
+DISTVERSION=	22.1.0
+
+MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
+
+.include "${MASTERDIR}/Makefile"