mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
22 lines
416 B
Makefile
22 lines
416 B
Makefile
PORTNAME= cpp-mcp
|
|
PORTVERSION= g20260331
|
|
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= b1a4467
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|