diff options
Diffstat (limited to 'ports/libmaxminddb')
| -rw-r--r-- | ports/libmaxminddb/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libmaxminddb/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libmaxminddb/CONTROL b/ports/libmaxminddb/CONTROL deleted file mode 100644 index c12d40315..000000000 --- a/ports/libmaxminddb/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: libmaxminddb
-Version: 1.4.3
-Homepage: https://github.com/maxmind/libmaxminddb
-Description: C library for the MaxMind DB file format
\ No newline at end of file diff --git a/ports/libmaxminddb/vcpkg.json b/ports/libmaxminddb/vcpkg.json new file mode 100644 index 000000000..c24cb9c92 --- /dev/null +++ b/ports/libmaxminddb/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libmaxminddb", + "version-string": "1.4.3", + "port-version": 1, + "description": "C library for the MaxMind DB file format", + "homepage": "https://github.com/maxmind/libmaxminddb" +} |
