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

{
    "name": "povray",
    "portdir": "graphics/povray",
    "version": "3.7.0.8",
    "license": "AGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.povray.org/",
    "description": "Persistence Of Vision RAYtracer",
    "long_description": "POVRAY is a free and popular Ray Tracer available for many platforms (including UNIX). This is a port of the UNIX version, not the graphical macOS version.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "native",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tiff",
                "xorg-libsm",
                "zlib",
                "boost176",
                "openexr2",
                "xpm",
                "libsdl",
                "libjpeg-turbo",
                "libpng"
            ]
        }
    ],
    "depends_on": []
}