vcpkg/ports/pcre2/vcpkg.json
Thomas1664 0641d1be81
[pcre2] Explicitly control dependencies (#27586)
* [pcre2] Explicitly control dependencies

* version

* Fix Windows static

* version

* Fix windows static

* version

* Remove patch

* version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-21 08:41:12 -08:00

24 lines
485 B
JSON

{
"name": "pcre2",
"version": "10.40",
"port-version": 1,
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
"homepage": "https://github.com/PCRE2Project/pcre2",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "bzip2",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}