diff options
Diffstat (limited to 'ports/libodb-boost')
| -rw-r--r-- | ports/libodb-boost/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libodb-boost/vcpkg.json | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/ports/libodb-boost/CONTROL b/ports/libodb-boost/CONTROL deleted file mode 100644 index 23e3d913f..000000000 --- a/ports/libodb-boost/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: libodb-boost -Version: 2.4.0 -Port-Version: 4 -Description: Description: Boost support for the ODB ORM library -Build-Depends: libodb diff --git a/ports/libodb-boost/vcpkg.json b/ports/libodb-boost/vcpkg.json new file mode 100644 index 000000000..0294b5004 --- /dev/null +++ b/ports/libodb-boost/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "libodb-boost", + "version-string": "2.4.0", + "port-version": 5, + "description": "Description: Boost support for the ODB ORM library", + "dependencies": [ + "libodb" + ] +} |
