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

{
    "name": "libpsl",
    "portdir": "net/libpsl",
    "version": "0.21.5-20240306",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/rockdaboot/libpsl",
    "description": "A C library and utility to handle the Public Suffix List",
    "long_description": "A C library and utility to handle the Public Suffix List",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "gettext",
                "pkgconfig",
                "python310"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libidn2",
                "libiconv",
                "libunistring",
                "gettext-runtime"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libpsl-docs",
                "wget2",
                "lua54-psl",
                "lua53-psl",
                "lua52-psl",
                "lua51-psl",
                "wget",
                "libsoup-2.4",
                "libsoup-devel",
                "libsoup",
                "curl"
            ]
        }
    ]
}