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

{
    "name": "py38-rad",
    "portdir": "python/py-rad",
    "version": "2.3",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pyradius/pyrad/",
    "description": "python RADIUS module implementing RFC2865",
    "long_description": "pyrad is an implementation of a RADIUS client as described in RFC2865. It takes care of all the details like building RADIUS packets, sending them and decoding responses.",
    "active": true,
    "categories": [
        "net",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38",
                "py38-netaddr",
                "py38-six"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-rad"
            ]
        }
    ]
}