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

{
    "name": "anacron",
    "portdir": "sysutils/anacron",
    "version": "2.3",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sourceforge.net/projects/anacron",
    "description": "Schedules periodic jobs on systems that are not permanently up",
    "long_description": "Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}