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

{
    "name": "libbert",
    "portdir": "devel/libbert",
    "version": "20131017",
    "license": "zlib",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ruediger/libbert",
    "description": "LibBERT is a BERT (Binary ERlang Term) library for C++ and C.",
    "long_description": "BERT is a format for encoding binary data. You can think of it as JSON for binary formats. BERT is based on Erlang’s External Format. bert.h is the C API (you need to link -lbert_capi!). bert.hpp is the C++ API (header only).",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176"
            ]
        }
    ],
    "depends_on": []
}