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

{
    "name": "certbot-dns-luadns",
    "portdir": "security/certbot",
    "version": "4.0.0",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://certbot.eff.org/",
    "description": "The certbot luadns plugin for dns-01 challenges",
    "long_description": "The dns_luadns plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the LuaDNS API. https://certbot-dns-luadns.readthedocs.io/",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1052
        }
    ],
    "variants": [
        "python39",
        "python310",
        "python311",
        "python312",
        "python313"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py313-build",
                "py313-installer",
                "py313-setuptools",
                "py313-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-acme",
                "py313-configobj",
                "python313",
                "py313-parsedatetime",
                "py313-pyrfc3339",
                "py313-configargparse",
                "py313-tz",
                "py313-cryptography",
                "py313-openssl",
                "py313-distro"
            ]
        }
    ],
    "depends_on": []
}