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

{
    "name": "wv",
    "portdir": "textproc/wv",
    "version": "1.2.4",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://wvware.sourceforge.net/",
    "description": "A library for reading Microsoft Word files.",
    "long_description": "A library for reading Microsoft Word files.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "glib2",
                "libgsf",
                "libpng",
                "libxml2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ImageMagick"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "abiword-x11"
            ]
        }
    ]
}