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

{
    "name": "mediawiki",
    "portdir": "www/mediawiki",
    "version": "1.23.2",
    "license": "GPL-2+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.mediawiki.org",
    "description": "The wiki engine used by Wikipedia",
    "long_description": "MediaWiki is the collaborative editing software that runs Wikipedia, the free encyclopedia, and other projects. It's designed to handle a large number of users and pages without imposing too rigid a structure or workflow.",
    "active": true,
    "categories": [
        "www",
        "php"
    ],
    "maintainers": [],
    "variants": [
        "mysql",
        "postgresql"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ImageMagick",
                "php5-web"
            ]
        }
    ],
    "depends_on": []
}