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

{
    "name": "libast",
    "portdir": "devel/libast",
    "version": "0.8",
    "license": "X11",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.eterm.org/",
    "description": "LibAST is the Library of Assorted Spiffy Things.",
    "long_description": "LibAST is the Library of Assorted Spiffy Things. It contains many spiffy things, and it is a library. Thus, the ever-so-creative name. LibAST has been previously known as libmej, the Eterm helper library which nobody really understood and certainly never used.",
    "active": true,
    "categories": [
        "devel",
        "x11"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "imlib2",
                "freetype",
                "xorg-libXt",
                "pcre"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "Eterm"
            ]
        }
    ]
}