mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 15:41:48 +08:00
61b3046e51
The former ftp.pcre.org FTP site is no longer available [1]. - Use sourceforge only for download - Fixes #21201 - Remove deprecated functions from portfile vcpkg_install_cmake -> vcpkg_cmake_install vcpkg_configure_cmake -> vcpkg_cmake_configure (remove PREFER_NINJA) vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup - Add double quotes to files [1] https://www.pcre.org/
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "pcre",
|
|
"version": "8.45",
|
|
"port-version": 1,
|
|
"description": "Perl Compatible Regular Expressions",
|
|
"homepage": "https://www.pcre.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|