summaryrefslogtreecommitdiff
path: root/build/vcpkg/apr-2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/vcpkg/apr-2/vcpkg.json')
-rw-r--r--build/vcpkg/apr-2/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/vcpkg/apr-2/vcpkg.json b/build/vcpkg/apr-2/vcpkg.json
new file mode 100644
index 000000000..65e303ed0
--- /dev/null
+++ b/build/vcpkg/apr-2/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "apr-2",
+ "version": "2.0.0",
+ "port-version": 5,
+ "description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
+ "homepage": "https://apr.apache.org/",
+ "supports": "!uwp",
+ "dependencies": [
+ "libiconv",
+ "expat",
+ "sqlite3",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true,
+ "platform": "windows"
+ }
+ ],
+ "features": {
+ "private-headers": {
+ "description": "Install non-standard files required for building Apache httpd"
+ }
+ }
+}