GET /api/v1/ports/?format=api&ordering=updated_at&page=1046
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52782,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1047",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=1045",
    "results": [
        {
            "name": "php85-phalcon5",
            "portdir": "php/php-phalcon5",
            "version": "5.21.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://phalcon.io",
            "description": "full stack PHP framework written as an extension",
            "long_description": "Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it's needed, without expensive file stats and file reads that traditional PHP frameworks employ.",
            "active": true,
            "categories": [
                "lang",
                "php"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2129
                },
                {
                    "name": "macintosh",
                    "github": "BjarneDMat",
                    "ports_count": 1564
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "php85",
                        "php85-psr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "php-phalcon5"
                    ]
                }
            ]
        },
        {
            "name": "oof2",
            "portdir": "science/oof2",
            "version": "2.4.0",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.ctcms.nist.gov/oof/oof2",
            "description": "Image-based finite element analysis of materials",
            "long_description": "OOF2 computes properties of materials with complex microstructures via image-based finite element analysis.",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "stephen.langer",
                    "github": "snarkhunter",
                    "ports_count": 2
                },
                {
                    "name": "oof_manager",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "debug",
                "accelerate",
                "atlas",
                "blis",
                "flexiblas",
                "openblas",
                "python310",
                "python311",
                "python312",
                "python313",
                "python314",
                "dev",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "swig-python",
                        "clang-20",
                        "cmake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "OpenBLAS",
                        "oofcanvas",
                        "py314-matplotlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "adwaita-icon-theme"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "apfel",
            "portdir": "llm/apfel",
            "version": "1.11.0",
            "license": "MIT",
            "platforms": "{darwin >= 26}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://apfel.franzai.com",
            "description": "The free AI already on your Mac",
            "long_description": "The free AI already on your Mac. CLI tool, OpenAI-compatible server, and interactive chat — all on-device via Apple Intelligence. No API keys, no cloud, no downloads. Depends on Apple FoundationModels available in macOS 26 or later.",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "austin",
                    "github": "halostatue",
                    "ports_count": 24
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libblake3",
            "portdir": "security/libblake3",
            "version": "1.8.7",
            "license": "(public-domain or Apache-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/BLAKE3-team/BLAKE3",
            "description": "BLAKE3 crytographic hash function",
            "long_description": "libblake3 is the C implementation of the BLAKE3 crytographic hash function. It is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1; secure against length extensions, unlike SHA-2; highly parallelizable, and capable of verified streaming and incremental updates.",
            "active": true,
            "categories": [
                "devel",
                "security"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "commitmaniac",
                    "ports_count": 8
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "antlr4-cpp-runtime",
            "portdir": "lang/antlr4-cpp-runtime",
            "version": "4.13.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/antlr/antlr4",
            "description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.",
            "long_description": "ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "emcrisostomo",
                    "github": "emcrisostomo",
                    "ports_count": 173
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "hostage"
                    ]
                }
            ]
        },
        {
            "name": "mariadb-devel",
            "portdir": "databases/mariadb-devel",
            "version": "13.1.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mariadb.org/",
            "description": "Multithreaded SQL database server",
            "long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database. This is the devevloper version, Thus, it is only recommended for testing and bug-hunting. The mariadb-dev Port will be based upon the latest available <major>.[012].<patch> . This will only be updated with compile breaking patches.",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "macintosh",
                    "github": "BjarneDMat",
                    "ports_count": 1564
                }
            ],
            "variants": [
                "debug",
                "system_readline",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "bison",
                        "cmake",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses",
                        "pcre2",
                        "curl",
                        "tcp_wrappers",
                        "lzo2",
                        "openssl3",
                        "boost188",
                        "libfmt12",
                        "libxml2",
                        "snappy",
                        "zlib",
                        "judy"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mysql_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "mariadb-devel-server"
                    ]
                }
            ]
        },
        {
            "name": "mariadb-devel-server",
            "portdir": "databases/mariadb-devel",
            "version": "13.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mariadb.org/",
            "description": "Run mariadb-13.1.1 as server",
            "long_description": "Run mariadb-13.1.1 as server",
            "active": true,
            "categories": [
                "databases"
            ],
            "maintainers": [
                {
                    "name": "macintosh",
                    "github": "BjarneDMat",
                    "ports_count": 1564
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mariadb-devel"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pnpm",
            "portdir": "devel/pnpm",
            "version": "12.5.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pnpm.io",
            "description": "Fast, disk space efficient package manager",
            "long_description": "pnpm is a fast, disk space efficient package manager, it uses a content-addressable filesystem to store all files from all module directories on a disk.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "sainnhe",
                    "github": "sainnhe",
                    "ports_count": 7
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "npm10",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "nodejs22"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "prometheus",
                        "filebrowser",
                        "Legcord",
                        "codex-switcher"
                    ]
                }
            ]
        },
        {
            "name": "llmfit",
            "portdir": "llm/llmfit",
            "version": "1.1.16",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/AlexsJones/llmfit",
            "description": "A terminal tool for finding best fitted LLM models for your machine.",
            "long_description": "A terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine. Ships with an interactive TUI (default) and a classic CLI mode. Supports multi-GPU setups, MoE architectures, dynamic quantization selection, speed estimation, and local runtime providers (Ollama, llama.cpp, MLX, Docker Model Runner, LM Studio).",
            "active": true,
            "categories": [
                "llm"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "oytech",
                    "ports_count": 17
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "hysteria",
            "portdir": "net/hysteria",
            "version": "2.12.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/apernet/hysteria",
            "description": "network utility and proxy optimized for networks of poor quality",
            "long_description": "Hysteria is a feature-packed network utility optimized for networks of poor quality (e.g. satellite connections, congested public Wi-Fi, cross-country connection) powered by a custom version of QUIC protocol.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 312
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mihomo",
            "portdir": "net/mihomo",
            "version": "1.19.31",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://wiki.metacubex.one",
            "description": "Another rule-based tunnel in Go, formerly known as ClashMeta",
            "long_description": "mihomo is another rule-based tunnel in Go, formerly known as ClashMeta. mihomo supports s lot of protocols including HTTP, SOCKS, VMess, VLESS, Shadowsocks, Trojan, Hysteria and more, and has built-in DNS server functionality with DoH/DoT support.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 312
                }
            ],
            "variants": [
                "logging"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "wstunnel",
            "portdir": "net/wstunnel",
            "version": "11.0.0",
            "license": "BSD-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/erebe/wstunnel",
            "description": "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI",
            "long_description": "wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies, and allows you to tunnel whatever traffic you want and access whatever resources/site you need.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 312
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "moor",
            "portdir": "textproc/moor",
            "version": "2.19.2",
            "license": "FreeBSD",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/walles/moor",
            "description": "Moor is a pager. It's designed to just do the right thing without any configuration.",
            "long_description": "Moor should work as a drop-in replacement for Less. It features syntax highlighting, ANSI color coded text support, incremental search and automatic decompression, among others.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "j.lopez.r",
                    "github": "jlopezr",
                    "ports_count": 1
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1118
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "openvpn2",
            "portdir": "net/openvpn2",
            "version": "2.7.7",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openvpn.net",
            "description": "easy-to-use, robust, and highly configurable VPN",
            "long_description": "OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used to securely link two or more private networks using an encrypted tunnel over the internet.",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 312
                }
            ],
            "variants": [
                "pkcs11",
                "passwordsave",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "lz4",
                        "lzo2",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ipatool",
            "portdir": "sysutils/ipatool",
            "version": "2.6.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/majd/ipatool",
            "description": "CLI for searching and downloading iOS app packages from the App Store",
            "long_description": "CLI for searching and downloading iOS app packages from the App Store.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "therealketo",
                    "github": "therealketo",
                    "ports_count": 17
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "fwup",
            "portdir": "sysutils/fwup",
            "version": "1.17.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fwup-home/fwup",
            "description": "Configurable embedded Linux firmware update creator and runner",
            "long_description": "fwup is a configurable image-based software update utility for embedded Linux-based systems. It has two modes of operation: creating compressed archives for distributing updates, and applying updates on device.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "pguyot",
                    "github": "pguyot",
                    "ports_count": 199
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libarchive",
                        "libconfuse"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py36-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "14.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py36-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python36"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py36-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py38-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "15.1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py38-build",
                        "py38-setuptools",
                        "py38-wheel",
                        "py38-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python38"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py38-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py38-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py27-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "13.0.0.post2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "py27-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py27-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py37-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "15.1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py37-build",
                        "py37-setuptools",
                        "py37-wheel",
                        "py37-installer",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py37-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py37-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py39-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "17.0.1",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": false,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py39-build",
                        "py39-setuptools",
                        "py39-wheel",
                        "py39-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python39"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py39-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py39-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-unicodedata2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py310-build",
                        "py310-setuptools",
                        "py310-wheel",
                        "py310-installer",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python310"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py310-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py310-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py311-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py312-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-setuptools",
                        "py312-build",
                        "py312-installer",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py312-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py313-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-installer",
                        "clang-18",
                        "py313-build",
                        "py313-setuptools",
                        "py313-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py313-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py313-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "py314-unicodedata2",
            "portdir": "python/py-unicodedata2",
            "version": "18.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fonttools/unicodedata2",
            "description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "amake",
                    "github": "amake",
                    "ports_count": 164
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-installer",
                        "clang-18",
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python314"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-unicodedata2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py314-fonttools"
                    ]
                }
            ]
        },
        {
            "name": "less",
            "portdir": "textproc/less",
            "version": "710",
            "license": "(GPL-3+ or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.greenwoodsoftware.com/less/",
            "description": "Less is a program similar to more, which allows backward movement.",
            "long_description": "Less is a program similar to more, but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi. Less uses termcap (or terminfo on some systems), so it can run on a variety of terminals. There is even limited support for hardcopy terminals.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "raimue",
                    "github": "raimue",
                    "ports_count": 56
                }
            ],
            "variants": [
                "pcre",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "ncurses",
                        "pcre2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "octave",
                        "R",
                        "offpunk",
                        "man"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bat-extras",
                        "diffr",
                        "git-delta"
                    ]
                }
            ]
        },
        {
            "name": "git",
            "portdir": "devel/git",
            "version": "2.55.0",
            "license": "GPL-2 and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://git-scm.com/",
            "description": "A fast version control system",
            "long_description": "Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 34
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1118
                }
            ],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "universal",
                "pcre",
                "doc",
                "gitweb",
                "svn",
                "credential_osxkeychain",
                "diff_highlight",
                "python"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gettext"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "expat",
                        "libiconv",
                        "gettext-runtime",
                        "zlib",
                        "pcre2",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-cgi",
                        "p5.34-error",
                        "p5.34-net-smtp-ssl",
                        "p5.34-term-readkey",
                        "p5.34-authen-sasl",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "aom",
                        "py37-pyviz_comms",
                        "py38-pyviz_comms",
                        "py39-pyviz_comms",
                        "radare2",
                        "mlton",
                        "eiskaltdcpp",
                        "ejabberd",
                        "libntlm",
                        "py312-pyviz_comms",
                        "py311-amazon.ion",
                        "taskwarrior-tui",
                        "MachO-Explorer",
                        "retdec-devel",
                        "retdec",
                        "zenith",
                        "netdata",
                        "clamav",
                        "py38-amazon.ion",
                        "py39-amazon.ion",
                        "libretroshare",
                        "mrustc-rust",
                        "py310-amazon.ion",
                        "wasm3",
                        "py311-pyviz_comms",
                        "py313-pytorch",
                        "py310-pyviz_comms",
                        "py313-pyviz_comms",
                        "zlib-ng",
                        "py312-pytorch",
                        "ziggity",
                        "py311-pytorch",
                        "arm-toolchain-embedded",
                        "mlt-legacy",
                        "emscripten",
                        "zettlr",
                        "neko",
                        "panda",
                        "py310-pytorch",
                        "hoard",
                        "py314-pytorch",
                        "maxima-devel",
                        "gedit",
                        "py37-pytorch",
                        "py36-pyviz_comms",
                        "py38-pytorch",
                        "c4core",
                        "py39-pytorch",
                        "mlt-qt5",
                        "x265",
                        "libgsasl",
                        "py314-pyviz_comms"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "poppler-qt5",
                        "Aseprite",
                        "poppler-devel-qt5"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "valgrind-devel",
                        "valgrind-macos-devel",
                        "xcbuild",
                        "emacs-devel",
                        "emacs-app-devel",
                        "mindforger",
                        "poedit",
                        "rails.vim",
                        "textmate2",
                        "vnote",
                        "MultiMC5",
                        "gcs-java",
                        "pingus",
                        "gtksourceview",
                        "Aseprite",
                        "babl-devel",
                        "gegl-devel",
                        "gimp3-devel",
                        "inkscape-devel",
                        "lib2geom",
                        "sane-frontends",
                        "java_memcached",
                        "openjdk13",
                        "openjdk15",
                        "ttk",
                        "kcm-baloo-advanced",
                        "kde-extra-cmake-modules-devel",
                        "kde4-runtime",
                        "kde4-workspace",
                        "polkit-qt5-devel",
                        "QtCurve",
                        "QtCurve-qt5",
                        "QtCurve-gtk2",
                        "QtCurve-extra",
                        "clojure-contrib-devel",
                        "jsmin",
                        "pascal-p5",
                        "yap-devel",
                        "itpp-devel",
                        "maxima-devel",
                        "aom",
                        "libvpx",
                        "mplayer-devel",
                        "consul",
                        "nomad",
                        "skypipe",
                        "sshuttle",
                        "tcpflow",
                        "teleport",
                        "vpnc-scripts",
                        "py-asyncpg",
                        "py37-asyncpg",
                        "py38-asyncpg",
                        "py39-asyncpg",
                        "py27-brotlipy",
                        "py36-brotlipy",
                        "py-fugashi",
                        "py37-fugashi",
                        "py38-fugashi",
                        "py39-fugashi",
                        "py-pygtrie",
                        "py37-pygtrie",
                        "py38-pygtrie",
                        "py39-pygtrie",
                        "py-pytest-mypy",
                        "py37-pytest-mypy",
                        "py38-pytest-mypy",
                        "py39-pytest-mypy",
                        "py-pytest-timeout",
                        "py37-pytest-timeout",
                        "py38-pytest-timeout",
                        "py39-pytest-timeout",
                        "py-pytorch",
                        "py37-pytorch",
                        "py38-pytorch",
                        "py39-pytorch",
                        "py-pyusb",
                        "py27-pyusb",
                        "py35-pyusb",
                        "py36-pyusb",
                        "py37-pyusb",
                        "py38-pyusb",
                        "py39-pyusb",
                        "py-scikit-hep-awkward1",
                        "py36-scikit-hep-awkward1",
                        "py37-scikit-hep-awkward1",
                        "py38-scikit-hep-awkward1",
                        "py39-scikit-hep-awkward1",
                        "py-scikit-hep-boost-histogram",
                        "py36-scikit-hep-boost-histogram",
                        "py37-scikit-hep-boost-histogram",
                        "py38-scikit-hep-boost-histogram",
                        "py39-scikit-hep-boost-histogram",
                        "py-scikit-hep-hepstats",
                        "py36-scikit-hep-hepstats",
                        "py37-scikit-hep-hepstats",
                        "py38-scikit-hep-hepstats",
                        "py39-scikit-hep-hepstats",
                        "py-scikit-hep-hepunits",
                        "py36-scikit-hep-hepunits",
                        "py37-scikit-hep-hepunits",
                        "py38-scikit-hep-hepunits",
                        "py39-scikit-hep-hepunits",
                        "py-scikit-hep-hist",
                        "py36-scikit-hep-hist",
                        "py37-scikit-hep-hist",
                        "py38-scikit-hep-hist",
                        "py39-scikit-hep-hist",
                        "py-scikit-hep-mplhep_data",
                        "py36-scikit-hep-mplhep_data",
                        "py37-scikit-hep-mplhep_data",
                        "py38-scikit-hep-mplhep_data",
                        "py39-scikit-hep-mplhep_data",
                        "py-scikit-hep-particle",
                        "py36-scikit-hep-particle",
                        "py37-scikit-hep-particle",
                        "py38-scikit-hep-particle",
                        "py39-scikit-hep-particle",
                        "py-sphinx-copybutton",
                        "py38-sphinx-copybutton",
                        "py39-sphinx-copybutton",
                        "py-torchaudio",
                        "py37-torchaudio",
                        "py38-torchaudio",
                        "py39-torchaudio",
                        "py-torchtext",
                        "py37-torchtext",
                        "py38-torchtext",
                        "py39-torchtext",
                        "aircraft_oap",
                        "gr-gfdm",
                        "gr37-gfdm",
                        "gr37-sdrplay",
                        "capslock",
                        "HideSysFiles",
                        "MyLoss",
                        "Quicksilver",
                        "SSHKeychain",
                        "emacs-mac-app-devel",
                        "phantomjs-qt-qtbase",
                        "phantomjs-qt-qtwebkit",
                        "phantomjs-qt-sqlite-plugin",
                        "squirrel-ime",
                        "wezterm",
                        "upx-devel",
                        "faust-devel",
                        "faustlive-devel",
                        "phonon-backend-vlc",
                        "phonon-backend-vlc-qt5",
                        "vcvrack",
                        "csvdb",
                        "duckdb",
                        "GitX",
                        "PlasmaShop",
                        "SourceKitten",
                        "libVillainousStyle",
                        "VillainousStyle-framework",
                        "akonadi",
                        "py37-pyarrow",
                        "py38-pyarrow",
                        "py39-pyarrow",
                        "cableswig",
                        "carthage",
                        "ccls-clang-10",
                        "ccls-clang-11",
                        "chromium-tabs",
                        "d-completion-daemon",
                        "dep",
                        "git-flow",
                        "git-flow-devel",
                        "git-flow-avh",
                        "git-flow-hf",
                        "gn-devel",
                        "grpc",
                        "py37-grpcio",
                        "py37-grpcio-tools",
                        "py38-grpcio",
                        "py38-grpcio-tools",
                        "py39-grpcio",
                        "py39-grpcio-tools",
                        "libhsplasma",
                        "myrepos",
                        "qgit",
                        "qttesting",
                        "redo",
                        "rizin",
                        "semgrep",
                        "SourceKittenDaemon",
                        "typst",
                        "trivy",
                        "Serial-Studio",
                        "oxenmq",
                        "oxenc",
                        "rawstudio",
                        "amule",
                        "edid-decode",
                        "taisei",
                        "libKriging",
                        "chai",
                        "gensync",
                        "grype",
                        "tcpflow-devel",
                        "py311-pytest-mypy",
                        "py311-pyarrow",
                        "uvw-static",
                        "softether5",
                        "py311-fugashi",
                        "gaa",
                        "sqlite3-pcre2",
                        "wgshadertoy",
                        "btop",
                        "VVVVVV",
                        "py312-scikit-hep-hepstats",
                        "py312-scikit-hep-hepunits",
                        "py312-scikit-hep-mplhep",
                        "py312-scikit-hep-mplhep_data",
                        "py312-scikit-hep-particle",
                        "turbo",
                        "py312-pyarrow",
                        "py310-sphinx-copybutton",
                        "py311-sphinx-copybutton",
                        "py312-sphinx-copybutton",
                        "communi-desktop",
                        "veryl",
                        "enigma4",
                        "pngquant",
                        "xmake",
                        "sqlean",
                        "otree",
                        "gh-dash",
                        "py311-pytorch",
                        "py312-pytorch",
                        "py312-triangle",
                        "iplike",
                        "zettlr",
                        "syslog-ng-devel",
                        "cubeb",
                        "sq",
                        "ddev",
                        "bash-devel",
                        "py313-scikit-hep-hepstats",
                        "py313-scikit-hep-hepunits",
                        "py313-scikit-hep-mplhep",
                        "py313-scikit-hep-mplhep_data",
                        "py313-scikit-hep-particle",
                        "wabt",
                        "clef",
                        "py313-sphinx-copybutton",
                        "apitrace",
                        "confluent-cli",
                        "hk",
                        "libwebm",
                        "horizon",
                        "ble.sh",
                        "iqtree2",
                        "iqtree3",
                        "fnox",
                        "shadowsocks-libev",
                        "GetPoints",
                        "xdmf",
                        "yorick-gl",
                        "yorick-z",
                        "vault",
                        "QLMarkdown",
                        "arq_restore",
                        "asprint",
                        "iRecovery",
                        "influxdb",
                        "osquery",
                        "tienex-apfs",
                        "nextcloud-client",
                        "nodejuice",
                        "py27-pytest-timeout",
                        "GitUp",
                        "helix",
                        "cue",
                        "rare",
                        "shisho",
                        "lua-language-server",
                        "bitwarden-cli",
                        "libvpx-devel",
                        "py310-scikit-hep-mplhep_data",
                        "py310-scikit-hep-awkward1",
                        "py310-scikit-hep-boost-histogram",
                        "py310-scikit-hep-hist",
                        "py310-scikit-hep-hepunits",
                        "py310-scikit-hep-particle",
                        "py310-grpcio",
                        "py310-grpcio-tools",
                        "MachO-Explorer",
                        "when",
                        "py-scikit-hep-mplhep",
                        "py37-scikit-hep-mplhep",
                        "py38-scikit-hep-mplhep",
                        "py39-scikit-hep-mplhep",
                        "py310-scikit-hep-mplhep",
                        "ashuffle",
                        "wasmtime",
                        "ncpp",
                        "oui",
                        "openjdk11",
                        "openjdk17",
                        "openjdk8",
                        "openjdk18",
                        "pulumi",
                        "PolyMC",
                        "turbogit",
                        "py310-pytorch",
                        "poac",
                        "py310-pyarrow",
                        "modus",
                        "libyuv",
                        "cgrc",
                        "py310-fugashi",
                        "py310-pytest-mypy",
                        "py310-torchaudio",
                        "py310-torchtext",
                        "DeaDBeeF",
                        "py310-scikit-hep-hepstats",
                        "aptdec",
                        "PrismLauncher",
                        "nanomq",
                        "py311-scikit-hep-awkward1",
                        "py311-scikit-hep-boost-histogram",
                        "py311-scikit-hep-hepstats",
                        "py311-scikit-hep-hepunits",
                        "py311-scikit-hep-hist",
                        "py311-scikit-hep-mplhep",
                        "py311-scikit-hep-mplhep_data",
                        "py311-scikit-hep-particle",
                        "d2",
                        "lfortran",
                        "toxcore",
                        "R-wdm",
                        "py-scikit-hep-awkward",
                        "py37-scikit-hep-awkward",
                        "py38-scikit-hep-awkward",
                        "py39-scikit-hep-awkward",
                        "py310-scikit-hep-awkward",
                        "py311-scikit-hep-awkward",
                        "gitlint",
                        "raja",
                        "luamake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "octave-doc",
                        "p5.28-git-wrapper",
                        "octave-pkg-octave-doc",
                        "p5.30-dist-zilla-plugin-git",
                        "p5.28-dist-zilla-plugin-git",
                        "R-gitcreds",
                        "chai",
                        "vcsh",
                        "p5.26-git-wrapper",
                        "bibledit",
                        "gc-utils",
                        "git-interactive-rebase-tool",
                        "giggle",
                        "GitX",
                        "git-latexdiff",
                        "qgit",
                        "R-credentials",
                        "p5.30-git-wrapper",
                        "p5.26-dist-zilla-plugin-git",
                        "flashbake",
                        "git-cola",
                        "atom",
                        "tig",
                        "p5.34-dist-zilla-plugin-git",
                        "p5.34-git-wrapper",
                        "p5.32-dist-zilla-plugin-git",
                        "p5.32-git-wrapper"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gitqlient",
                        "rb30-git-ui",
                        "git-ftp",
                        "git-recover",
                        "repo",
                        "pass",
                        "git-flow-devel",
                        "gws",
                        "git-flow",
                        "cgit",
                        "lucky-commit",
                        "xfce4-dev-tools",
                        "git-filter-repo",
                        "asdf",
                        "gutils-suite",
                        "git-cinnabar",
                        "ugit",
                        "git-stage-batch",
                        "git-flow-hf",
                        "vercel-fx",
                        "git-cal",
                        "gutils-suite-extra",
                        "rb33-git-ui",
                        "git-absorb",
                        "git-recall",
                        "rb32-git-ui",
                        "gitless",
                        "rb31-git-ui",
                        "gitinspector",
                        "nb",
                        "passage",
                        "git-flow-avh",
                        "git-toolbelt",
                        "lscsoft-deps",
                        "git-secret",
                        "git-lfs",
                        "git-tui",
                        "ziggity",
                        "stgit"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py314-click-extra",
                        "py312-click-extra",
                        "hg-git",
                        "py313-click-extra",
                        "py311-click-extra"
                    ]
                }
            ]
        },
        {
            "name": "git-devel",
            "portdir": "devel/git",
            "version": "2.56.0-rc1",
            "license": "GPL-2 and LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/git/git",
            "description": "A fast version control system (Development Version)",
            "long_description": "Git is a fast, scalable, distributed open source version control system focusing on speed and efficiency. (Development Version)",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "ciserlohn",
                    "github": "ci42",
                    "ports_count": 34
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1118
                }
            ],
            "variants": [
                "perl5_28",
                "perl5_30",
                "diff_highlight",
                "perl5_32",
                "perl5_34",
                "universal",
                "pcre",
                "doc",
                "gitweb",
                "svn",
                "credential_osxkeychain",
                "python"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "xmlto",
                        "asciidoc",
                        "gettext"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "gettext-runtime",
                        "zlib",
                        "pcre2",
                        "curl",
                        "expat"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-net-smtp-ssl",
                        "p5.34-term-readkey",
                        "p5.34-error",
                        "p5.34-cgi",
                        "p5.34-authen-sasl",
                        "perl5.34"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "trufflehog",
            "portdir": "security/trufflehog",
            "version": "3.97.5",
            "license": "AGPL-3",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/trufflesecurity/trufflehog",
            "description": "Find credentials all over the place",
            "long_description": "trufflehog scans for credentials in Github & Gitlab repositories, filesystems, and S3 buckets. It utilizes 700 credential detectors that support active verification against their respective APIs.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1118
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "csv2html",
            "portdir": "textproc/csv2html",
            "version": "3.1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dbohdan/csv2html",
            "description": "Convert CSV files to HTML tables",
            "long_description": "Convert CSV files to HTML tables",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "sikmir",
                    "github": "sikmir",
                    "ports_count": 51
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opensmtpd",
            "portdir": "mail/opensmtpd",
            "version": "7.9.0p0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.opensmtpd.org",
            "description": "secure, reliable, lean, and easy-to configure SMTP server",
            "long_description": "The OpenSMTPD server seeks to be \n* as secure as possible, and uses privilege separation to mitigate \n possible security bugs \n* as reliable as possible: any accepted email must not be lost \n* lean: it covers typical usage cases instead of every obscure one \n* easy to configure, with a configuration syntax reminiscent of the OpenBSD \n Packet Filter's (PF) \n* fast and efficient: it can handle large queues with reasonable performance",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                },
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "libtool",
                        "pkgconfig",
                        "autoconf",
                        "automake",
                        "bison"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.19.19",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-build",
                        "py38-installer",
                        "cmake",
                        "py38-setuptools",
                        "py38-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-setuptools",
                        "python38"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py38-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py37-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.14.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python37",
                        "py37-setuptools"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py37-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py39-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.27.6",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-build",
                        "py39-installer",
                        "cmake",
                        "py39-setuptools",
                        "py39-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-setuptools",
                        "python39"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py39-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py39-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.31.22",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py39-flit_core",
                        "py39-setuptools",
                        "py39-build",
                        "py39-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py39-jmespath",
                        "py39-prompt_toolkit",
                        "py39-ruamel-yaml",
                        "python39",
                        "py39-urllib3",
                        "py39-awscrt",
                        "py39-ruamel-yaml-clib",
                        "py39-colorama",
                        "py39-dateutil",
                        "py39-distro",
                        "py39-docutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py38-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.15.53",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "py38-flit_core",
                        "py38-setuptools",
                        "py38-build",
                        "py38-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py38-docutils",
                        "py38-jmespath",
                        "py38-prompt_toolkit",
                        "py38-ruamel-yaml",
                        "python38",
                        "py38-urllib3",
                        "py38-awscrt",
                        "py38-ruamel-yaml-clib",
                        "py38-colorama",
                        "py38-cryptography",
                        "py38-dateutil",
                        "py38-distro"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py37-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.4.25",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": false,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13",
                        "py37-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py37-cryptography",
                        "py37-dateutil",
                        "py37-distro",
                        "py37-docutils",
                        "py37-jmespath",
                        "py37-prompt_toolkit",
                        "python37",
                        "py37-ruamel-yaml-clib",
                        "py37-urllib3",
                        "py37-wcwidth",
                        "py37-awscrt",
                        "py37-ruamel-yaml",
                        "py37-colorama"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-awscli2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.36.4",
            "license": "Apache-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3",
                        "py314-awscrt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py310-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-setuptools",
                        "py310-flit_core",
                        "py310-build",
                        "py310-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-jmespath",
                        "py310-prompt_toolkit",
                        "py310-distro",
                        "python310",
                        "py310-ruamel-yaml-clib",
                        "py310-awscrt",
                        "py310-ruamel-yaml",
                        "py310-urllib3",
                        "py310-colorama",
                        "py310-dateutil",
                        "py310-docutils"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-flit_core"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-dateutil",
                        "py311-prompt_toolkit",
                        "py311-jmespath",
                        "python311",
                        "py311-ruamel-yaml",
                        "py311-ruamel-yaml-clib",
                        "py311-awscrt",
                        "py311-colorama",
                        "py311-distro",
                        "py311-docutils",
                        "py311-urllib3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py312-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-build",
                        "py312-flit_core",
                        "py312-installer",
                        "py312-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-distro",
                        "py312-docutils",
                        "py312-prompt_toolkit",
                        "python312",
                        "py312-jmespath",
                        "py312-awscrt",
                        "py312-colorama",
                        "py312-ruamel-yaml",
                        "py312-ruamel-yaml-clib",
                        "py312-urllib3",
                        "py312-dateutil"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py313-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-setuptools",
                        "clang-18",
                        "py313-build",
                        "py313-flit_core",
                        "py313-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py313-docutils",
                        "py313-distro",
                        "py313-jmespath",
                        "python313",
                        "py313-ruamel-yaml-clib",
                        "py313-colorama",
                        "py313-awscrt",
                        "py313-urllib3",
                        "py313-prompt_toolkit",
                        "py313-dateutil",
                        "py313-ruamel-yaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py314-awscli2",
            "portdir": "python/py-awscli2",
            "version": "2.36.49",
            "license": "Apache-2",
            "platforms": "{darwin >= 20}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "Universal Command Line Environment for Amazon Web Services.",
            "long_description": "Universal Command Line Environment for Amazon Web Services.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-setuptools",
                        "clang-18",
                        "py314-build",
                        "py314-flit_core",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-colorama",
                        "py314-prompt_toolkit",
                        "py314-ruamel-yaml-clib",
                        "python314",
                        "py314-distro",
                        "py314-awscrt",
                        "py314-jmespath",
                        "py314-dateutil",
                        "py314-urllib3",
                        "py314-docutils",
                        "py314-ruamel-yaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "awscli_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py310-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.36.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py310-wheel",
                        "py310-build",
                        "py310-installer",
                        "cmake",
                        "pkgconfig",
                        "py310-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py310-setuptools",
                        "openssl3",
                        "python310"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py310-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py311-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.36.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "cmake",
                        "pkgconfig",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-setuptools",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py312-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.36.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "cmake",
                        "pkgconfig",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-setuptools",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-awscli2"
                    ]
                }
            ]
        },
        {
            "name": "py313-awscrt",
            "portdir": "python/py-awscrt",
            "version": "0.36.4",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://aws.amazon.com/cli/",
            "description": "A common runtime for AWS Python projects",
            "long_description": "A common runtime for AWS Python projects",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 149
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-wheel",
                        "py313-build",
                        "py313-installer",
                        "py313-setuptools",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python313",
                        "py313-setuptools",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py313-awscli2"
                    ]
                }
            ]
        }
    ]
}