summaryrefslogtreecommitdiff
path: root/misc/cpp-mcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/cpp-mcp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/cpp-mcp/Makefile b/misc/cpp-mcp/Makefile
new file mode 100644
index 000000000000..197ffad16c7e
--- /dev/null
+++ b/misc/cpp-mcp/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= cpp-mcp
+PORTVERSION= g20250523
+CATEGORIES= misc devel # machine-learning
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Lightweight C++ MCP (Model Context Protocol) SDK
+WWW= https://github.com/hkr04/cpp-mcp
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake compiler:c++17-lang
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= hkr04
+GH_TAGNAME= 86856a2
+
+CMAKE_ON= BUILD_SHARED_LIBS
+
+.include <bsd.port.mk>