vcpkg/ports/mailio/vcpkg.json
David bfda043803
[mailio] correct hint (#23799)
* Solves #23798

* Updated baseline

* Replace deprecated functions

* Updated baseline

* Updated hash

* new port version

required after merging

* add version

* remove duplicate line

* updated hash
2022-04-05 11:17:23 -07:00

26 lines
649 B
JSON

{
"name": "mailio",
"version": "0.21.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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}