GET /api/v1/ports/fcgi/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "fcgi",
    "portdir": "www/fcgi",
    "version": "2.4.2",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/FastCGI-Archives/fcgi2",
    "description": "The FastCGI development kit in C",
    "long_description": "FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This is the C development kit.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "tinyows",
                "rb33-fcgi",
                "rb32-fcgi",
                "rb31-fcgi",
                "pure-fastcgi",
                "py27-smisk",
                "rb-fcgi",
                "lua54-wsapi-fcgi",
                "lua53-wsapi-fcgi",
                "lua52-wsapi-fcgi",
                "lua51-wsapi-fcgi",
                "fcgiwrap",
                "mapserver",
                "librasterlite2",
                "cl-fastcgi"
            ]
        }
    ]
}