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

{
    "name": "rsstail",
    "portdir": "net/rsstail",
    "version": "2.1",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.vanheusden.com/rsstail/",
    "description": "An RSS reader",
    "long_description": "RSSTail is more or less an rss reader: it monitors an rss-feed and if it detects a new entry it'll emit only that new entry.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv",
                "libmrss"
            ]
        }
    ],
    "depends_on": []
}