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

{
    "name": "automake115",
    "portdir": "devel/automake115",
    "version": "1.15.1",
    "license": "(GPL-2+ or Permissive)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/automake",
    "description": "the gnu automake utility for generating Makefile.in",
    "long_description": "Automake is a tool for automatically generating Makefile.in files from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions, with rules being thrown in occasionally. The generated Makefile.in files are compliant with the GNU Makefile standards.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-14"
            ]
        }
    ],
    "depends_on": []
}