vcpkg/ports/libtins/vcpkg.json
Kai Pastor 5a54a4308e
[libtins] Misc fixes (#21789)
* Fix source writes

* Revise dependencies, switch to libpcap

* Revise portfile

* Enable libpcap on osx

* Minor portfile updates

* Update versions

* Find pcap_static lib

* Update versions
2021-12-02 19:51:12 -08:00

22 lines
399 B
JSON

{
"name": "libtins",
"version": "4.3",
"port-version": 4,
"description": "High-level, multiplatform C++ network packet sniffing and crafting library",
"supports": "!uwp",
"dependencies": [
"boost-any",
"boost-icl",
"libpcap",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}