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

{
    "name": "cryptcat",
    "portdir": "net/cryptcat",
    "version": "1.2.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://cryptcat.sourceforge.net/",
    "description": "lightweight netcat with integrated transport encryption",
    "long_description": "Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}