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

{
    "name": "dokuwiki",
    "portdir": "www/dokuwiki",
    "version": "2024-02-06a",
    "license": "GPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/splitbrain/dokuwiki",
    "description": "simple to use wiki aimed at documentation projects",
    "long_description": "dokuwiki is a simple to use wiki aimed at a small companies documentation needs. It works on plain texts files and thus needs no database. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "php74",
        "php80",
        "php81",
        "php82",
        "php83"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "php83",
                "php83-openssl"
            ]
        }
    ],
    "depends_on": []
}