vcpkg/ports/mailio/vcpkg.json
Jia Yue Hua 7f2b751214
[mailio] update to 0.23.0 (#34917)
* [mailio] update to 0.23.0

* [mailio] update to 0.23.0

* [mailio] add post valid

* fix lib type

* fix version

* remove boost-test deps

* remove boost-test deps

* fix portfile patch name
2023-11-06 10:24:23 -08:00

25 lines
628 B
JSON

{
"name": "mailio",
"version": "0.23.0",
"maintainers": "Tomislav Karastojković <contact@alepho.com>",
"description": "mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on the standard C++ 17 and Boost library.",
"homepage": "https://github.com/karastojko/mailio",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-date-time",
"boost-regex",
"boost-system",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}