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

{
    "name": "bitlbee",
    "portdir": "irc/bitlbee",
    "version": "3.6",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.bitlbee.org/",
    "description": "An IRC to other chat networks gateway",
    "long_description": "bitlbee is an IRC server that can connect to other IM networks. Its intention is you only have to use one client application for all your instant messaging.",
    "active": true,
    "categories": [
        "net",
        "irc"
    ],
    "maintainers": [],
    "variants": [
        "otr",
        "purple"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnutls",
                "libgcrypt",
                "gettext",
                "libotr",
                "libiconv",
                "libgpg-error",
                "glib2"
            ]
        }
    ],
    "depends_on": []
}