mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
16a892c1fb
* freerdp fix single config * libassuan fix single config builds * libcanberra fix single config build * libmysql fix single config builds * libobd fix single config * libusb allow single config wrapper * nmap single config cleanup * spdk single config stuff * zeroc-ice fix single config * zopfli single config fix * use version date * v db * Revert unchanged libodb-pgsql port-version bump. Co-authored-by: Billy O'Neal <bion@microsoft.com>
26 lines
409 B
JSON
26 lines
409 B
JSON
{
|
|
"name": "nmap",
|
|
"version": "7.70",
|
|
"port-version": 7,
|
|
"description": "A library for scanning network ports.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libpcap",
|
|
"platform": "!windows"
|
|
},
|
|
"libssh2",
|
|
"lua",
|
|
"openssl",
|
|
"pcre",
|
|
{
|
|
"name": "python2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|