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

{
    "name": "leafpad",
    "portdir": "editors/leafpad",
    "version": "0.8.18.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://tarot.freeshell.org/leafpad/",
    "description": "A simple GTK+ 2 text editor that emphasizes simplicity.",
    "long_description": "A simple GTK+ 2 text editor that emphasizes simplicity.",
    "active": true,
    "categories": [
        "editors",
        "gnome"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "intltool",
                "libtool",
                "pkgconfig",
                "clang-9.0",
                "autoconf",
                "automake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gtk2",
                "freetype",
                "desktop-file-utils"
            ]
        }
    ],
    "depends_on": []
}