vcpkg/ports/pcapplusplus/vcpkg.json
seladb e9d35a26f8
[pcapplusplus] Update to 22.11 (#27772)
* Upgrade PcapPlusPlus to v22.11

* Update SHA

* set to c+11

* Update portfile.cmake

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update SHA

* Update SHA

Co-authored-by: Ege Çetin <egecetin@hotmail.com.tr>
Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com>
2022-12-21 16:51:43 -08:00

30 lines
606 B
JSON

{
"name": "pcapplusplus",
"version-string": "22.11",
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
"homepage": "https://github.com/seladb/PcapPlusPlus",
"license": null,
"dependencies": [
{
"name": "libpcap",
"platform": "!windows"
},
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpcap",
"platform": "windows"
}
]
}