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

{
    "name": "expense.txt",
    "portdir": "office/expense.txt",
    "version": "1.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tazzben/expense.txt",
    "description": "Expense.txt allows you to track and analyze your expenses using plain text files.",
    "long_description": "Expense.txt allows you to track and analyze your expenses using plain text files. With this tool you can see what your spending money on, search based on categories, projects amounts, dates or some combination of the aforementioned list. The format of the expense file is completely freeform and consistent with GTD style for todos.",
    "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": []
}