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

{
    "name": "ansible_select",
    "portdir": "python/ansible_select",
    "version": "0.1",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "Common files for selecting the default Ansible version",
    "long_description": "This port installs files that allow 'port select' to create links to the preferred default version of Ansible.",
    "active": true,
    "categories": [
        "sysutils",
        "python"
    ],
    "maintainers": [
        {
            "name": "adfernandes",
            "github": "adfernandes",
            "ports_count": 43
        },
        {
            "name": "pedro.salgado",
            "github": "steenzout",
            "ports_count": 52
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-ansible-core",
                "py35-ansible-base",
                "py36-ansible-core",
                "py37-ansible-core",
                "py38-ansible-core",
                "py39-ansible-core",
                "py310-ansible-core",
                "py311-ansible-core",
                "py312-ansible-core",
                "py313-ansible-core",
                "py314-ansible-core"
            ]
        }
    ]
}