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

{
    "name": "skipfish",
    "portdir": "security/skipfish",
    "version": "2.10b",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://code.google.com/p/skipfish/",
    "description": "web application security scanner",
    "long_description": "A fully automated, active web application security reconnaissance tool.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl",
                "pcre",
                "libidn"
            ]
        }
    ],
    "depends_on": []
}