diff options
Diffstat (limited to 'ports/fastcgi')
| -rw-r--r-- | ports/fastcgi/CONTROL | 4 | ||||
| -rw-r--r-- | ports/fastcgi/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/fastcgi/CONTROL b/ports/fastcgi/CONTROL deleted file mode 100644 index f1d5e659e..000000000 --- a/ports/fastcgi/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: fastcgi -Version: 2020-09-11 -Homepage: https://fastcgi-archives.github.io/ -Description: The FastCGI interface combines the best aspects of CGI and vendor APIs. Like CGI, FastCGI applications run in separate, isolated processes. diff --git a/ports/fastcgi/vcpkg.json b/ports/fastcgi/vcpkg.json new file mode 100644 index 000000000..83d7fa763 --- /dev/null +++ b/ports/fastcgi/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "fastcgi", + "version-string": "2020-09-11", + "port-version": 1, + "description": "The FastCGI interface combines the best aspects of CGI and vendor APIs. Like CGI, FastCGI applications run in separate, isolated processes.", + "homepage": "https://fastcgi-archives.github.io/" +} |
