aboutsummaryrefslogtreecommitdiff
path: root/ports/libodb-pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libodb-pgsql')
-rw-r--r--ports/libodb-pgsql/CONTROL6
-rw-r--r--ports/libodb-pgsql/vcpkg.json11
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/libodb-pgsql/CONTROL b/ports/libodb-pgsql/CONTROL
deleted file mode 100644
index 5268b44dc..000000000
--- a/ports/libodb-pgsql/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: libodb-pgsql
-Version: 2.4.0
-Port-Version: 4
-Homepage: https://www.codesynthesis.com/products/odb/
-Description: Description: PostgreSQL support for the ODB ORM library
-Build-Depends: libodb, libpq
diff --git a/ports/libodb-pgsql/vcpkg.json b/ports/libodb-pgsql/vcpkg.json
new file mode 100644
index 000000000..76e3ef673
--- /dev/null
+++ b/ports/libodb-pgsql/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libodb-pgsql",
+ "version-string": "2.4.0",
+ "port-version": 5,
+ "description": "Description: PostgreSQL support for the ODB ORM library",
+ "homepage": "https://www.codesynthesis.com/products/odb/",
+ "dependencies": [
+ "libodb",
+ "libpq"
+ ]
+}