aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-03-19 21:15:15 +0100
committerGitHub <noreply@github.com>2021-03-19 13:15:15 -0700
commit9986c28da97f316fe3c79be0538af8f46a200796 (patch)
tree08ffccefd95751b740212364a4f646a84e5135bd /ports
parenta3c09743dcd4a926c57ba0013c1b967014a71682 (diff)
downloadvcpkg-9986c28da97f316fe3c79be0538af8f46a200796.tar.gz
vcpkg-9986c28da97f316fe3c79be0538af8f46a200796.zip
[mailio] does not support uwp (#16789)
* [mailio] does not support uwp * add version files
Diffstat (limited to 'ports')
-rw-r--r--ports/mailio/vcpkg.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/mailio/vcpkg.json b/ports/mailio/vcpkg.json
index 6048ec488..f3c01cd5a 100644
--- a/ports/mailio/vcpkg.json
+++ b/ports/mailio/vcpkg.json
@@ -1,10 +1,12 @@
{
"name": "mailio",
"version": "0.20.0",
+ "port-version": 1,
"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",