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

{
    "name": "cunit",
    "portdir": "devel/cunit",
    "version": "2.1-3",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://cunit.sourceforge.net/",
    "description": "Unit testing library for C",
    "long_description": "CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "iowow",
                "ejdb2"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "udunits2",
                "openpgpsdk",
                "nghttp3"
            ]
        }
    ]
}