vcpkg/ports/mailio/vcpkg.json
nicole mazzuca 7e7dad5fe2
[vcpkg-tool] update to 2022-02-03 (#22924)
* [vcpkg-tool] update to 2022-02-03

this adds the feature of `"license": null`, important to silence warnings

* update mailio license

* [vcpkg doc] update docs for new license parser

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-02-04 18:00:26 -08:00

22 lines
581 B
JSON

{
"name": "mailio",
"version": "0.20.0",
"port-version": 2,
"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
}
]
}