aboutsummaryrefslogtreecommitdiff
path: root/ports/proj
diff options
context:
space:
mode:
Diffstat (limited to 'ports/proj')
-rw-r--r--ports/proj/CONTROL4
-rw-r--r--ports/proj/vcpkg.json9
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/proj/CONTROL b/ports/proj/CONTROL
deleted file mode 100644
index d6c204fda..000000000
--- a/ports/proj/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: proj
-Version: 0
-Description: a stub package that pulls in proj4. Do not depend on this package.
-Build-Depends: proj4
diff --git a/ports/proj/vcpkg.json b/ports/proj/vcpkg.json
new file mode 100644
index 000000000..50beaca9b
--- /dev/null
+++ b/ports/proj/vcpkg.json
@@ -0,0 +1,9 @@
+{
+ "name": "proj",
+ "version-string": "0",
+ "port-version": 1,
+ "description": "a stub package that pulls in proj4. Do not depend on this package.",
+ "dependencies": [
+ "proj4"
+ ]
+}