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

{
    "name": "ssh-copy-id",
    "portdir": "net/openssh",
    "version": "9.7p1",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.openbsd.org/openssh/",
    "description": "Shell script to install your public key(s) on a remote machine",
    "long_description": "Shell script to install your public key(s) on a remote machine",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 92
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "openssh"
            ]
        }
    ]
}