aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/winpcap/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/winpcap/vcpkg.json')
-rw-r--r--vcpkg/ports/winpcap/vcpkg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/winpcap/vcpkg.json b/vcpkg/ports/winpcap/vcpkg.json
new file mode 100644
index 0000000..7566e33
--- /dev/null
+++ b/vcpkg/ports/winpcap/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "winpcap",
+ "version": "4.1.3",
+ "port-version": 12,
+ "description": "WinPcap is the industry-standard tool for link-layer network access in Windows environments.",
+ "homepage": "https://www.winpcap.org",
+ "supports": "windows & !uwp & !arm & !static",
+ "dependencies": [
+ {
+ "name": "vcpkg-msbuild",
+ "host": true,
+ "platform": "windows"
+ }
+ ]
+}