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

{
    "name": "sieve-connect",
    "portdir": "mail/sieve-connect",
    "version": "0.90",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/philpennock/sieve-connect",
    "description": "A client for the MANAGESIEVE Protocol",
    "long_description": "sieve-connect is a client for the ManageSieve protocol, as specifed in RFC 5804.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [],
    "variants": [
        "perl5_28",
        "perl5_30",
        "perl5_32",
        "perl5_34"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "p5.34-io-socket-ip",
                "p5.34-io-socket-ssl",
                "p5.34-authen-sasl",
                "p5.34-net-dns",
                "p5.34-term-readkey",
                "p5.34-mozilla-publicsuffix"
            ]
        }
    ],
    "depends_on": []
}