aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/apr-util/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/apr-util/vcpkg.json')
-rw-r--r--vcpkg/ports/apr-util/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/apr-util/vcpkg.json b/vcpkg/ports/apr-util/vcpkg.json
new file mode 100644
index 0000000..f1c815b
--- /dev/null
+++ b/vcpkg/ports/apr-util/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "apr-util",
+ "version": "1.6.3",
+ "description": "Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
+ "homepage": "https://apr.apache.org/",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "apr",
+ "expat",
+ {
+ "name": "vcpkg-cmake",
+ "host": true,
+ "platform": "windows"
+ }
+ ],
+ "features": {
+ "crypto": {
+ "description": "Crypto support",
+ "dependencies": [
+ "openssl"
+ ]
+ }
+ }
+}