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

{
    "name": "lms",
    "portdir": "audio/lms",
    "version": "3.62.1",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://lms-demo.poupon.dev",
    "description": "Lightweight Music Server",
    "long_description": "LMS is a self-hosted music streaming software: access your music collection from anywhere using a web interface.",
    "active": true,
    "categories": [
        "multimedia",
        "audio",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ffmpeg",
                "stb",
                "libarchive",
                "wt",
                "boost181",
                "taglib",
                "libconfig-hr"
            ]
        }
    ],
    "depends_on": []
}