aboutsummaryrefslogtreecommitdiff
path: root/ports/activemq-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/activemq-cpp')
-rw-r--r--ports/activemq-cpp/CONTROL5
-rw-r--r--ports/activemq-cpp/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/activemq-cpp/CONTROL b/ports/activemq-cpp/CONTROL
deleted file mode 100644
index 3d06d9715..000000000
--- a/ports/activemq-cpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: activemq-cpp
-Version: 3.9.5-3
-Build-Depends: apr
-Description: Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.
-Supports: !(uwp|linux|osx)
diff --git a/ports/activemq-cpp/vcpkg.json b/ports/activemq-cpp/vcpkg.json
new file mode 100644
index 000000000..f950dba67
--- /dev/null
+++ b/ports/activemq-cpp/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "activemq-cpp",
+ "version-string": "3.9.5",
+ "port-version": 4,
+ "description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
+ "supports": "!(uwp | linux | osx)",
+ "dependencies": [
+ "apr"
+ ]
+}