mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:36:41 +08:00
404819d78f
* Check if files exists before call vcpkg_replace_string. * Update per comments. Only guard debug. * Update ports/pcre2/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Bump port-version. Co-authored-by: GLUD Lars <lars.glud@leica-geosystems.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"name": "pcre2",
|
|
"version": "10.39",
|
|
"port-version": 2,
|
|
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
|
|
"homepage": "https://github.com/PhilipHazel/pcre2",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|