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

{
    "count": 50600,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=569",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=567",
    "results": [
        {
            "name": "p5.32-tk-dynatabframe",
            "portdir": "perl/p5-tk-dynatabframe",
            "version": "0.230.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::DynaTabFrame",
            "description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "long_description": "Tk::DynaTabFrame - A NoteBook widget with orientable, dynamically stacking tabs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 95
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-tk-idelayout"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-tk-graphviz",
            "portdir": "perl/p5-tk-graphviz",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::GraphViz",
            "description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "long_description": "Tk::GraphViz - Render an interactive GraphViz graph",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "graphviz",
                        "perl5.32",
                        "p5.32-tk",
                        "p5.32-tk-matchentry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-tk-idelayout",
            "portdir": "perl/p5-tk-idelayout",
            "version": "0.370.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::IDElayout",
            "description": "Tk::IDElayout - Perl/Tk widget for layout of frames similar to an IDE",
            "long_description": "Tk::IDElayout is a widget for managing the layout of Tk frames (and other widgets) like an IDE (Integrated Development Environment) similar to Eclipse or Microsoft Visual Studio.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 95
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-graph",
                        "p5.32-tk",
                        "p5.32-tk-dynatabframe"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-tk-matchentry",
            "portdir": "perl/p5-tk-matchentry",
            "version": "0.500.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::MatchEntry",
            "description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "long_description": "Tk::MatchEntry - Entry widget with advanced auto-completion capability",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-tk"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-tk-graphviz"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-tk-tablematrix",
            "portdir": "perl/p5-tk-tablematrix",
            "version": "1.290.0",
            "license": "(Artistic-1 or GPL) and Tcl/Tk",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tk::TableMatrix",
            "description": "Tk::TableMatrix - port of the Tcl/Tk Tktable Widget to Perl/Tk",
            "long_description": "Tk::TableMatrix is a table/matrix widget extension to Perl/Tk for displaying data in a table (or spreadsheet) format. The basic features of the widget are: \n * multi-line cells \n * support for embedded windows (one per cell) \n * row & column spanning \n * variable width columns / height rows (interactively resizable) \n * row and column titles \n * multiple data sources ((perl hash|| perl callback) &| internal caching) \n * supports standard Tk reliefs, fonts, colors, etc. \n * x/y scrollbar support \n * 'tag' styles per row, column or cell to change visual appearance \n * in-cell editing - returns value back to data source \n * support for disabled (read-only) tables or cells (via tags) \n * multiple selection modes, with active cell \n * multiple drawing modes to get optimal performance for larger tables \n * optional 'flashes' when things update \n * cell validation support",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 95
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-tk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-tkx",
            "portdir": "perl/p5-tkx",
            "version": "1.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tkx",
            "description": "Yet another Tk interface",
            "long_description": "Yet another Tk interface",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 95
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "BWidget",
                        "tk",
                        "p5.32-tcl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-tree-dag_node",
            "portdir": "perl/p5-tree-dag_node",
            "version": "1.350.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tree::DAG_Node",
            "description": "Tree::DAG_Node - An N-ary tree",
            "long_description": "Tree::DAG_Node - An N-ary tree",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-extutils-makemaker",
                        "p5.32-file-slurper"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-svg-graph",
                        "p5.32-xml-validator-schema",
                        "p5.32-dbix-sqlcrosstab"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-tree-simple",
            "portdir": "perl/p5-tree-simple",
            "version": "1.340.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tree::Simple",
            "description": "A simple tree object",
            "long_description": "A simple tree object",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-exception",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-audio-m4p",
                        "p5.32-catalyst-plugin-authorization-acl",
                        "p5.32-tree-simple-view",
                        "p5.32-tree-simple-visitorfactory",
                        "p5.32-catalyst-runtime"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-tree-simple-view",
            "portdir": "perl/p5-tree-simple-view",
            "version": "0.200.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tree::Simple::View",
            "description": "A set of classes for viewing Tree::Simple hierarchies",
            "long_description": "A set of classes for viewing Tree::Simple hierarchies",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-exception",
                        "p5.32-test-longstring",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-class-throwable",
                        "p5.32-tree-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-audio-m4p"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-tree-simple-visitorfactory",
            "portdir": "perl/p5-tree-simple-visitorfactory",
            "version": "0.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tree::Simple::VisitorFactory",
            "description": "A factory object for dispensing Visitor objects",
            "long_description": "This object is really just a factory for dispensing Tree::Simple::Visitor::* objects.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-test-exception",
                        "p5.32-tree-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-audio-m4p",
                        "p5.32-catalyst-plugin-authorization-acl",
                        "p5.32-catalyst-runtime"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-treepath",
            "portdir": "perl/p5-treepath",
            "version": "0.220.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/TreePath",
            "description": "Simple Tree Path! (EXPERIMENTAL)",
            "long_description": "Simple Tree Path! (EXPERIMENTAL)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-dbd-sqlite",
                        "p5.32-moosex-markasmethods",
                        "p5.32-moosex-nonmoose",
                        "p5.32-sql-translator",
                        "p5.32-test-pod",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-path-class",
                        "perl5.32",
                        "p5.32-yaml",
                        "p5.32-universal-require",
                        "p5.32-config-jfdi",
                        "p5.32-dbix-class",
                        "p5.32-hash-merge",
                        "p5.32-moose",
                        "p5.32-moosex-object-pluggable"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-treepath-role-graph"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-treepath-role-graph",
            "portdir": "perl/p5-treepath-role-graph",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/TreePath::Role::Graph",
            "description": "TreePath::Role::Graph - Role to visualize TreePath Graph",
            "long_description": "TreePath::Role::Graph - Role to visualize TreePath Graph",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-most",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-graphviz2",
                        "p5.32-moosex-types-path-class",
                        "p5.32-treepath"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-try-tiny",
            "portdir": "perl/p5-try-tiny",
            "version": "0.320.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Try::Tiny",
            "description": "Try::Tiny - minimal try/catch with proper preservation of $@",
            "long_description": "Try::Tiny - minimal try/catch with proper preservation of $@",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-scalar-list-utils",
                        "p5.32-capture-tiny",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-sub-name"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-lingua-en-number-isordinal",
                        "p5.32-perl-prereqscanner",
                        "p5.32-apache-logformat-compiler",
                        "p5.32-crypt-ssleay",
                        "p5.32-dist-zilla-plugin-checkextratests",
                        "p5.32-dist-zilla-plugin-checkmetaresources",
                        "p5.32-www-shorten-googl",
                        "p5.32-uuid",
                        "p5.32-sub-handlesvia",
                        "p5.32-dist-zilla-plugin-makemaker-fallback",
                        "p5.32-http-message",
                        "p5.32-iri",
                        "p5.32-cgi-compile",
                        "p5.32-software-license",
                        "p5.32-mouse",
                        "p5.32-perl-prereqscanner-scanner-distbuild"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-githubmeta",
                        "p5.32-dist-zilla-plugin-twitter",
                        "p5.32-dist-zilla-pluginbundle-git-checkfor",
                        "p5.32-eval-closure",
                        "p5.32-dist-zilla-plugin-github",
                        "p5.32-log-any-adapter-tap",
                        "p5.32-mail-sender",
                        "p5.32-mason",
                        "p5.32-module-implementation",
                        "p5.32-datetime-timezone",
                        "p5.32-moosex-meta-typeconstraint-mooish",
                        "p5.32-moosex-object-pluggable",
                        "p5.32-net-appliance-session",
                        "p5.32-net-twitter",
                        "p5.32-package-pkg",
                        "p5.32-path-iterator-rule",
                        "p5.32-pod-readme",
                        "p5.32-set-array",
                        "p5.32-role-hasmessage",
                        "p5.32-test-class",
                        "p5.32-test-deep-type",
                        "p5.32-test-lwp-useragent",
                        "p5.32-test-www-mechanize-psgi",
                        "p5.32-www-shorten",
                        "p5.32-config-mvp",
                        "p5.32-search-elasticsearch",
                        "p5.32-zmq-ffi",
                        "p5.32-dist-zilla-plugin-git-describe",
                        "p5.32-sql-translator",
                        "p5.32-search-elasticsearch-client-2_0",
                        "p5.32-search-elasticsearch-client-5_0",
                        "p5.32-search-elasticsearch-client-6_0",
                        "p5.32-moosex-getopt",
                        "p5.32-moosex-nonmoose",
                        "p5.32-time-out",
                        "p5.32-log-dispatchouli",
                        "p5.32-email-sender",
                        "p5.32-log-dispatch",
                        "p5.32-lwp-consolelogger",
                        "p5.32-datetime-format-strptime",
                        "p5.32-statistics-covid",
                        "p5.32-image-sane",
                        "p5.32-catalyst-model-dbic-schema",
                        "p5.32-test-fatal",
                        "p5.32-dbix-class-schema-loader",
                        "p5.32-catalyst-runtime",
                        "p5.32-dist-zilla",
                        "p5.32-crypt-pbkdf2",
                        "p5.32-dist-zilla-plugin-promptifstale",
                        "p5.32-dbix-class",
                        "p5.32-plack",
                        "p5.32-datetime",
                        "p5.32-code-tidyall",
                        "p5.32-dancer",
                        "p5.32-moose",
                        "p5.32-libwww-perl",
                        "p5.32-catalyst-authentication-store-dbix-class",
                        "p5.32-finance-quote",
                        "p5.32-gtk3-imageview",
                        "p5.32-redis",
                        "p5.32-catalyst-view-html-mason",
                        "p5.32-chi",
                        "p5.32-class-load",
                        "p5.32-class-refresh",
                        "p5.32-dist-zilla-plugin-git-contributors",
                        "p5.32-dbix-admin-dsnmanager",
                        "p5.32-dist-zilla-plugin-git",
                        "p5.32-catalyst-plugin-authentication",
                        "p5.32-dist-zilla-plugin-dynamicprereqs",
                        "p5.32-dist-zilla-plugin-git-pushinitial"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-twitter-api",
            "portdir": "perl/p5-twitter-api",
            "version": "1.0.600",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Twitter::API",
            "description": "Twitter::API - A Twitter REST API library for Perl, successor to Net::Twitter",
            "long_description": "Twitter::API - A Twitter REST API library for Perl, successor to Net::Twitter",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "p5.32-module-build-tiny",
                        "p5.32-test-fatal",
                        "p5.32-test-pod",
                        "p5.32-test-spec",
                        "p5.32-test-warnings",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-json-maybexs",
                        "p5.32-module-runtime",
                        "p5.32-moo",
                        "p5.32-moox-aliases",
                        "p5.32-moox-traits",
                        "p5.32-namespace-clean",
                        "p5.32-ref-util",
                        "perl5.32",
                        "p5.32-throwable",
                        "p5.32-time-hires",
                        "p5.32-uri",
                        "p5.32-url-encode",
                        "p5.32-www-form-urlencoded-xs",
                        "p5.32-www-oauth",
                        "p5.32-sub-exporter-progressive",
                        "p5.32-encode",
                        "p5.32-cpanel-json-xs",
                        "p5.32-html-parser",
                        "p5.32-http-message",
                        "p5.32-http-thin",
                        "p5.32-io-socket-ssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-type-tie",
            "portdir": "perl/p5-type-tie",
            "version": "0.15.0",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "p5.32-type-tiny",
            "homepage": "https://www.macports.org",
            "description": "Obsolete port, replaced by p5.32-type-tiny",
            "long_description": "This port has been replaced by p5.32-type-tiny.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-type-tiny",
            "portdir": "perl/p5-type-tiny",
            "version": "2.10.1",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Type::Tiny",
            "description": "Type::Tiny - tiny, yet Moo(se)-compatible type constraint",
            "long_description": "Type::Tiny - tiny, yet Moo(se)-compatible type constraint",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-deep",
                        "p5.32-test-memory-cycle",
                        "p5.32-test-warnings",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-ref-util-xs",
                        "perl5.32",
                        "p5.32-type-tiny-xs",
                        "p5.32-scalar-list-utils",
                        "p5.32-class-xsaccessor",
                        "p5.32-exporter-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-moose"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-array-compare",
                        "p5.32-beam-emitter",
                        "p5.32-crypt-random-source",
                        "p5.32-cpan-changes",
                        "p5.32-dist-zilla-plugin-makemaker-awesome",
                        "p5.32-dist-zilla-plugin-modulebuildtiny-fallback",
                        "p5.32-graphviz2",
                        "p5.32-moox-late",
                        "p5.32-moox-typetiny",
                        "p5.32-net-github",
                        "p5.32-pod-readme",
                        "p5.32-text-table-manifold",
                        "p5.32-types-path-tiny",
                        "p5.32-moosex-extended",
                        "p5.32-html-restrict",
                        "p5.32-lwp-consolelogger",
                        "p5.32-sub-handlesvia",
                        "p5.32-metacpan-client",
                        "p5.32-file-changenotify",
                        "p5.32-catalyst-runtime",
                        "p5.32-crypt-pbkdf2",
                        "p5.32-iri",
                        "p5.32-dist-zilla-plugin-git",
                        "p5.32-perl-prereqscanner",
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-type-tiny-xs",
            "portdir": "perl/p5-type-tiny-xs",
            "version": "0.25.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Type::Tiny::XS",
            "description": "Type::Tiny::XS - provides an XS boost for some of Type::Tiny's built-in type constraints",
            "long_description": "This module is optionally used by Type::Tiny to provide faster, C-based implementations of some type constraints.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-extutils-makemaker",
                        "p5.32-test-simple",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-pod-readme",
                        "p5.32-type-tiny",
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-types-path-tiny",
            "portdir": "perl/p5-types-path-tiny",
            "version": "0.6.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Types::Path::Tiny",
            "description": "Types::Path::Tiny - Path::Tiny types and coercions for Moose and Moo",
            "long_description": "Types::Path::Tiny - Path::Tiny types and coercions for Moose and Moo",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-file-pushd",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-path-tiny",
                        "p5.32-type-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-git"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-types-serialiser",
            "portdir": "perl/p5-types-serialiser",
            "version": "1.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Types::Serialiser",
            "description": "Simple data types for common serialisation formats",
            "long_description": "Simple data types for common serialisation formats",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-common-sense"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-cbor-xs",
                        "p5.32-json-xs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.32-net-apns-persistent"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-checkutf8",
            "portdir": "perl/p5-unicode-checkutf8",
            "version": "1.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::CheckUTF8",
            "description": "Unicode::CheckUTF8 - checks if scalar is valid UTF-8",
            "long_description": "Unicode::CheckUTF8 - checks if scalar is valid UTF-8",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-mojibaketests",
                        "p5.32-test-mojibake"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-collate",
            "portdir": "perl/p5-unicode-collate",
            "version": "1.310.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::Collate",
            "description": "Unicode Collation Algorithm",
            "long_description": "This module is an implementation of Unicode Technical Standard #10 (a.k.a. UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dist-zilla-plugin-git-contributors"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-eastasianwidth",
            "portdir": "perl/p5-unicode-eastasianwidth",
            "version": "12.0.0",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::EastAsianWidth",
            "description": "Unicode::EastAsianWidth - East Asian Width properties",
            "long_description": "Unicode::EastAsianWidth - East Asian Width properties",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-string-ttylength"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-escape",
            "portdir": "perl/p5-unicode-escape",
            "version": "0.0.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::Escape",
            "description": "Escape and unescape Unicode characters",
            "long_description": "Escape and unescape Unicode characters",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "",
                    "ports_count": 18
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-unicode-string"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-unicode-linebreak",
            "portdir": "perl/p5-unicode-linebreak",
            "version": "2019.1.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::LineBreak",
            "description": "Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm",
            "long_description": "Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-mime-charset"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-text-simpletable",
                        "p5.32-term-table",
                        "p5.32-string-print"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-normalize",
            "portdir": "perl/p5-unicode-normalize",
            "version": "1.260.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::Normalize",
            "description": "Unicode::Normalize - Unicode Normalization Forms",
            "long_description": "Unicode::Normalize - Unicode Normalization Forms",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-text-bibtex",
                        "p5.32-crypt-passphrase",
                        "p5.32-dist-zilla-plugin-git-contributors"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-string",
            "portdir": "perl/p5-unicode-string",
            "version": "2.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::String",
            "description": "String of Unicode characters (UCS2/UTF16)",
            "long_description": "A Unicode::String object represents a sequence of Unicode characters. The Unicode Standard is a fixed-width, uniform encoding scheme for written characters and text. This encoding treats alphabetic characters, ideographic characters, and symbols identically, which means that they can be used in any mixture and with equal facility. Unicode is modeled on the ASCII character set, but uses a 16-bit encoding to support full multilingual text.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-unicode-escape"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unicode-utf8",
            "portdir": "perl/p5-unicode-utf8",
            "version": "0.630.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unicode::UTF8",
            "description": "Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form",
            "long_description": "Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-fatal",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-universal-can",
            "portdir": "perl/p5-universal-can",
            "version": "1.201.403.280",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UNIVERSAL::can",
            "description": "Hack around people calling UNIVERSAL::can() as a function",
            "long_description": "The UNIVERSAL class provides a few default methods so that all objects can use them.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-test-mockobject"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-universal-isa",
            "portdir": "perl/p5-universal-isa",
            "version": "1.201.710.120",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UNIVERSAL::isa",
            "description": "Attempt to recover from people calling UNIVERSAL::isa as a function",
            "long_description": "Attempt to recover from people calling UNIVERSAL::isa as a function",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-catalyst-plugin-authorization-roles",
                        "p5.32-test-mockobject"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-universal-moniker",
            "portdir": "perl/p5-universal-moniker",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UNIVERSAL::moniker",
            "description": "Class names in Perl often don't sound great when spoken",
            "long_description": "Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like customer or basket when we are referring to My::Site::User::Customer or My::Site::Shop::Basket. We thought it would be nice if our classes knew what we would prefer to call them.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-lingua-en-inflect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-class-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-universal-require",
            "portdir": "perl/p5-universal-require",
            "version": "0.190.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UNIVERSAL::require",
            "description": "require() modules from a variable",
            "long_description": "require() modules from a variable",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-class-dbi-plugin-pager",
                        "p5.32-text-trac",
                        "p5.32-treepath",
                        "p5.32-web-scraper",
                        "p5.32-wx-demo",
                        "p5.32-xml-rss-libxml",
                        "p5.32-data-plist"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unix-groups",
            "portdir": "perl/p5-unix-groups",
            "version": "0.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unix::Groups",
            "description": "Unix::Groups - Perl to support getgroups and setgroups syscalls",
            "long_description": "Unix::Groups - Perl to support getgroups and setgroups syscalls",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-unix-groups-ffi",
            "portdir": "perl/p5-unix-groups-ffi",
            "version": "1.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unix::Groups::FFI",
            "description": "Unix::Groups::FFI - Interface to Unix group syscalls",
            "long_description": "Unix::Groups::FFI - Interface to Unix group syscalls",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-ffi-platypus"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-mojolicious-plugin-setusergroup"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unix-process",
            "portdir": "perl/p5-unix-process",
            "version": "1.310.100",
            "license": "LGPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unix::Process",
            "description": "Unix::Process - Perl extension to get pid info from (/bin/ps).",
            "long_description": "Unix::Process - Perl extension to get pid info from (/bin/ps).",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-ipc-system-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-shell-guess"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-unix-syslog",
            "portdir": "perl/p5-unix-syslog",
            "version": "1.100.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Unix::Syslog",
            "description": "Access to the Unix system logger via Perl's XSUBs",
            "long_description": "Access to the Unix system logger via Perl's XSUBs",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-uri",
            "portdir": "perl/p5-uri",
            "version": "5.340.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI",
            "description": "URI - Uniform Resource Identifiers (absolute and relative)",
            "long_description": "URI - Uniform Resource Identifiers (absolute and relative)",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "p5.32-test-fatal",
                        "p5.32-test-needs",
                        "p5.32-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-mime-base32",
                        "p5.32-mime-base64",
                        "p5.32-regexp-ipv6"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-http-headers-fast",
                        "p5.32-alien-libtiff",
                        "p5.32-alien-proj4",
                        "p5.32-alien-sqlite",
                        "p5.32-http-cookiejar",
                        "p5.32-apache-logformat-compiler",
                        "p5.32-test-www-mechanize",
                        "p5.32-xml-feed",
                        "p5.32-plack-middleware-methodoverride",
                        "p5.32-iri"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-feed-find",
                        "p5.32-geo-coder-osm",
                        "p5.32-html-formattext-withlinks",
                        "p5.32-html-template-compiled",
                        "p5.32-html-wikiconverter",
                        "p5.32-http-cookiemonster",
                        "p5.32-http-recorder",
                        "p5.32-http-request-ascgi",
                        "p5.32-rdf-query",
                        "p5.32-lwp-curl",
                        "p5.32-mime-lite-html",
                        "p5.32-net-github",
                        "p5.32-net-openid-consumer",
                        "p5.32-net-twitter",
                        "p5.32-net-twitter-lite",
                        "p5.32-aws-signature4",
                        "p5.32-perl-ldap",
                        "p5.32-plack-test-externalserver",
                        "p5.32-podtohtml",
                        "p5.32-poe",
                        "p5.32-poppler",
                        "p5.32-razor2-client-agent",
                        "p5.32-rdf-trine",
                        "p5.32-soap-lite",
                        "p5.32-svn-mirror",
                        "p5.32-test-lwp-useragent",
                        "p5.32-text-wikiformat",
                        "p5.32-twitter-api",
                        "p5.32-uri-fetch",
                        "p5.32-uri-find",
                        "p5.32-uri-fromhash",
                        "p5.32-uri-query",
                        "p5.32-uri-ws",
                        "p5.32-web-scraper",
                        "p5.32-cgi",
                        "p5.32-www-robotrules",
                        "p5.32-www-search",
                        "p5.32-www-wolframalpha",
                        "p5.32-xml-atom",
                        "p5.32-catalyst-authentication-credential-http",
                        "p5.32-search-elasticsearch",
                        "p5.32-mail-spf",
                        "p5.32-net-amazon-signature-v4",
                        "p5.32-cookie-baker",
                        "p5.32-bio-db-ncbihelper",
                        "p5.32-test-www-selenium",
                        "p5.32-www-shorten-googl",
                        "p5.32-io-socket-ssl",
                        "p5.32-html-restrict",
                        "p5.32-pod-markdown",
                        "p5.32-lwp-consolelogger",
                        "p5.32-clipboard",
                        "p5.32-amazon-s3",
                        "p5.32-metacpan-client",
                        "p5.32-alien-base-modulebuild",
                        "p5.32-alien-build-plugin-decode-sourceforge",
                        "p5.32-alien-build-plugin-download-github",
                        "p5.32-alien-build-plugin-download-gitlab",
                        "p5.32-catalyst-runtime",
                        "p5.32-pithub",
                        "p5.32-www-oauth",
                        "p5.32-http-message",
                        "p5.32-moosex-types-uri",
                        "p5.32-flickr-api",
                        "p5.32-plack",
                        "p5.32-astro-spacetrack",
                        "p5.32-dancer",
                        "p5.32-mail-message",
                        "p5.32-file-desktopentry",
                        "p5.32-crypt-openpgp",
                        "p5.32-html-form",
                        "p5.32-libwww-perl",
                        "p5.32-www-mechanize",
                        "p5.32-dancer2",
                        "p5.32-net-oauth",
                        "p5.32-cgi-ssi",
                        "p5.32-astro-simbad-client",
                        "p5.32-apache-authcookie",
                        "p5.32-html-parser",
                        "p5.32-net-http",
                        "p5.32-io-lambda",
                        "p5.32-any-uri-escape",
                        "p5.32-app-nopaste",
                        "p5.32-auth-yubikey_webclient",
                        "p5.32-bioperl",
                        "p5.32-mozilla-publicsuffix"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-uri-escape-xs",
            "portdir": "perl/p5-uri-escape-xs",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::Escape::XS",
            "description": "URI::Escape::XS - drop-in replacement for URI::Escape",
            "long_description": "URI::Escape::XS - drop-in replacement for URI::Escape",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-search-elasticsearch"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-uri-fetch",
            "portdir": "perl/p5-uri-fetch",
            "version": "0.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::Fetch",
            "description": "URI::Fetch module for Perl",
            "long_description": "URI::Fetch is a class to intelligently fetch syndication feeds.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-requiresinternet",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-class-errorhandler",
                        "p5.32-libwww-perl",
                        "p5.32-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-xml-feed"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-uri-find",
            "portdir": "perl/p5-uri-find",
            "version": "20160806",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::Find",
            "description": "URI::Find - Find URIs in arbitrary text",
            "long_description": "URI::Find - Find URIs in arbitrary text",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-module-build",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-catalyst-action-rest"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-uri-fromhash",
            "portdir": "perl/p5-uri-fromhash",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::FromHash",
            "description": "URI::FromHash - Build a URI from a set of named parameters",
            "long_description": "URI::FromHash - Build a URI from a set of named parameters",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-fatal",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-params-validate",
                        "p5.32-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-moosex-types-uri"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-uri-query",
            "portdir": "perl/p5-uri-query",
            "version": "0.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::Query",
            "description": "URI::Query - class providing URI query string manipulation",
            "long_description": "URI::Query - class providing URI query string manipulation",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-yaml",
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-clone",
                        "p5.32-uri"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-uri-ws",
            "portdir": "perl/p5-uri-ws",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI::ws",
            "description": "URI::ws - WebSocket support for the URI package",
            "long_description": "URI::ws - WebSocket support for the URI package",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-uri"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-url-encode",
            "portdir": "perl/p5-url-encode",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URL::Encode",
            "description": "URL::Encode - Encoding and decoding of application/x-www-form-urlencoded encoding.",
            "long_description": "URL::Encode - Encoding and decoding of application/x-www-form-urlencoded encoding.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-twitter-api",
                        "p5.32-url-encode-xs"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-url-encode-xs",
            "portdir": "perl/p5-url-encode-xs",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URL::Encode::XS",
            "description": "URL::Encode::XS - XS implementation of URL::Encode",
            "long_description": "URL::Encode::XS - XS implementation of URL::Encode",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-url-encode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-user",
            "portdir": "perl/p5-user",
            "version": "1.900.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/User",
            "description": "User - API for locating user information regardless of OS",
            "long_description": "User - API for locating user information regardless of OS",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-14"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-www-search"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-user-identity",
            "portdir": "perl/p5-user-identity",
            "version": "4.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/User::Identity",
            "description": "User::Identity - maintains info about a physical person",
            "long_description": "User::Identity - maintains info about a physical person",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-hash-ordered",
                        "p5.32-log-report"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-mail-message"
                    ]
                }
            ]
        },
        {
            "name": "p5.32-utf8-all",
            "portdir": "perl/p5-utf8-all",
            "version": "0.26.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/utf8::all",
            "description": "utf8::all - turn on Unicode - all of it",
            "long_description": "utf8::all - turn on Unicode - all of it",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-exception",
                        "p5.32-test-fatal",
                        "p5.32-test-warn",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-import-into",
                        "p5.32-perlio-utf8_strict",
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-uuid",
            "portdir": "perl/p5-uuid",
            "version": "0.370.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UUID",
            "description": "UUID - Universally Unique Identifier library for Perl",
            "long_description": "UUID - Universally Unique Identifier library for Perl",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "p5.32-text-patch",
                        "p5.32-try-tiny",
                        "p5.32-cpan-meta",
                        "p5.32-devel-checklib",
                        "p5.32-extutils-makemaker",
                        "p5.32-extutils-manifest",
                        "p5.32-test-simple"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-time-hires",
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-uuid-ffi",
            "portdir": "perl/p5-uuid-ffi",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UUID::FFI",
            "description": "UUID::FFI - Universally Unique Identifiers FFI style",
            "long_description": "UUID::FFI - Universally Unique Identifiers FFI style",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2620
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-test-simple",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32",
                        "p5.32-alien-libuuid",
                        "p5.32-ffi-checklib",
                        "p5.32-ffi-platypus"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.32-variable-magic",
            "portdir": "perl/p5-variable-magic",
            "version": "0.640.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Variable::Magic",
            "description": "Associate user-defined magic to variables from Perl.",
            "long_description": "Associate user-defined magic to variables from Perl.",
            "active": true,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.32"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.32-package-stash-xs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-tie-refhash-weak",
                        "p5.32-b-hooks-endofscope"
                    ]
                }
            ]
        }
    ]
}