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

{
    "name": "fmt-ptrn",
    "portdir": "textproc/fmt-ptrn",
    "version": "1.3.22",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.flyn.org/projects/fmt-ptrn",
    "description": "A simple template system",
    "long_description": "New is a template system, especially useful in conjuction with a simple text editor such as vi.",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [
        {
            "name": "mike",
            "github": "",
            "ports_count": 4
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "gettext",
                "libtool",
                "pkgconfig",
                "autoconf",
                "automake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "gettext-runtime",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "scald"
            ]
        }
    ]
}