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

{
    "name": "libwww",
    "portdir": "www/libwww",
    "version": "5.4.2",
    "license": "W3C",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.w3.org/Library/",
    "description": "The W3C WWW Reference Library",
    "long_description": "Libwww is a general-purpose Web API written in C for Unix and Windows (Win32). With a highly extensible and layered API, it can accommodate many different types of applications including clients, robots, etc.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ncurses",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl",
                "expat"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "jigdo"
            ]
        }
    ]
}