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

{
    "name": "libmaa",
    "portdir": "devel/libmaa",
    "version": "1.3.2",
    "license": "LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/dict/",
    "description": "Low-level data structures helpful for writing compilers",
    "long_description": "Low-level data structures helpful for writing compilers",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "dict"
            ]
        }
    ]
}