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

{
    "name": "LedgerScheduler",
    "portdir": "office/LedgerScheduler",
    "version": "1.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tazzben/LedgerScheduler",
    "description": "Tool to auto populate Ledger with enteries when the time comes",
    "long_description": "This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.",
    "active": true,
    "categories": [
        "office"
    ],
    "maintainers": [
        {
            "name": "bosmith",
            "github": "tazzben",
            "ports_count": 9
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-dateutil"
            ]
        }
    ],
    "depends_on": []
}