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

{
    "count": 50576,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=819",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=817",
    "results": [
        {
            "name": "p5.26-www-form-urlencoded-xs",
            "portdir": "perl/p5-www-form-urlencoded-xs",
            "version": "0.260.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/WWW::Form::UrlEncoded::XS",
            "description": "WWW::Form::UrlEncoded::XS - XS implementation of parser and builder for application/x-www-form-urlencoded",
            "long_description": "WWW::Form::UrlEncoded::XS - XS implementation of parser and builder for application/x-www-form-urlencoded",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-json",
                        "p5.26-module-build-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-http-entity-parser",
                        "p5.26-twitter-api",
                        "p5.26-www-form-urlencoded"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-www-form-urlencoded",
            "portdir": "perl/p5-www-form-urlencoded",
            "version": "0.260.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/WWW::Form::UrlEncoded",
            "description": "WWW::Form::UrlEncoded - parser and builder for application/x-www-form-urlencoded",
            "long_description": "WWW::Form::UrlEncoded - parser and builder for application/x-www-form-urlencoded",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-www-form-urlencoded-xs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-apache-authcookie",
                        "p5.26-http-entity-parser",
                        "p5.26-www-oauth"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-www-curl",
            "portdir": "perl/p5-www-curl",
            "version": "4.170.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/WWW::Curl",
            "description": "Perl extension interface for libcurl",
            "long_description": "Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "arno+macports",
                    "github": "fracai",
                    "ports_count": 14
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-webservice-musicbrainz",
            "portdir": "perl/p5-webservice-musicbrainz",
            "version": "1.0.5",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/WebService::MusicBrainz",
            "description": "API to search the musicbrainz.org database",
            "long_description": "This module will search the MusicBrainz database through their web service and return objects with the found data. This module is not backward compatible with pre-1.0 versions. Version 1.0 is a complete re-write based on Mojolicious and implements MusicBrainz Web Service Version 2 (https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2)",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "chrischavez",
                    "github": "chrstphrchvz",
                    "ports_count": 95
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-mojolicious"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-web-scraper",
            "portdir": "perl/p5-web-scraper",
            "version": "0.380.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Web::Scraper",
            "description": "Web::Scraper - Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions",
            "long_description": "Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi. It provides a DSL-ish interface for traversing HTML documents and returning a neatly arranged Perl data structure.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-extutils-config",
                        "p5.26-extutils-helpers",
                        "p5.26-extutils-installpaths",
                        "p5.26-module-build-tiny",
                        "p5.26-test-base",
                        "p5.26-test-harness",
                        "p5.26-test-requires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-scalar-list-utils",
                        "p5.26-universal-require",
                        "perl5.26",
                        "p5.26-xml-xpathengine",
                        "p5.26-yaml",
                        "p5.26-uri",
                        "p5.26-html-parser",
                        "p5.26-html-selector-xpath",
                        "p5.26-html-tagset",
                        "p5.26-html-tree",
                        "p5.26-html-treebuilder-xpath",
                        "p5.26-libwww-perl",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-gimp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-warnings-unused",
            "portdir": "perl/p5-warnings-unused",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/warnings::unused",
            "description": "Produces warnings when unused variables are detected",
            "long_description": "This pragmatic module extends lexical warnings to complain about unused variables. It produces warnings when a my variable or state variable is unused aside from its declaration.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-want",
            "portdir": "perl/p5-want",
            "version": "0.290.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Want",
            "description": "A generalisation of wantarray",
            "long_description": "A generalisation of wantarray",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-autobox-core",
                        "p5.26-dbix-searchbuilder",
                        "p5.26-set-array"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-version-next",
            "portdir": "perl/p5-version-next",
            "version": "1.0.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Version::Next",
            "description": "Version::Next - increment module version numbers simply and correctly",
            "long_description": "Version::Next - increment module version numbers simply and correctly",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-sub-exporter"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dist-zilla-plugin-checkstrictversion"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-bumpversionafterrelease",
                        "p5.26-dist-zilla-plugin-git"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-version",
            "portdir": "perl/p5-version",
            "version": "0.992.900",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/version",
            "description": "Perl extension for Version Objects",
            "long_description": "Version objects were added to Perl in 5.10. This module implements version objects for older versions of Perl and provides the version object API for all versions of Perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-cpan-meta",
                        "p5.26-module-metadata",
                        "p5.26-bioperl",
                        "p5.26-class-dbi",
                        "p5.26-dbd-pg",
                        "p5.26-dist-zilla-plugin-checkprereqsindexed",
                        "p5.26-dist-zilla-plugin-checkstrictversion",
                        "p5.26-gearman",
                        "p5.26-log-dispatch-filerotate",
                        "p5.26-mail-spf",
                        "p5.26-module-load-conditional",
                        "p5.26-module-runtime",
                        "p5.26-module-scandeps",
                        "p5.26-module-starter",
                        "p5.26-net-dns-resolver-programmable",
                        "p5.26-perl-critic",
                        "p5.26-pod-readme",
                        "p5.26-semver",
                        "p5.26-smart-comments",
                        "p5.26-svn-notify",
                        "p5.26-test-compile",
                        "p5.26-test-trap",
                        "p5.26-text-recordparser"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-variable-magic",
            "portdir": "perl/p5-variable-magic",
            "version": "0.620.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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-b-hooks-endofscope",
                        "p5.26-tie-refhash-weak"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uuid-ffi",
            "portdir": "perl/p5-uuid-ffi",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test2-suite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-alien-libuuid",
                        "p5.26-ffi-checklib",
                        "p5.26-ffi-platypus"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-uuid",
            "portdir": "perl/p5-uuid",
            "version": "0.280.0",
            "license": "Artistic-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/UUID",
            "description": "Perl extension for using UUID interfaces.",
            "long_description": "Perl extension for using UUID interfaces as defined in e2fsprogs.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-devel-checklib"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-utf8-all",
            "portdir": "perl/p5-utf8-all",
            "version": "0.24.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/utf8::all",
            "description": "Turn on Unicode - all of it",
            "long_description": "Turn on Unicode - all of it",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "davide.liessi",
                    "github": "dliessi",
                    "ports_count": 72
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception",
                        "p5.26-test-fatal",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-import-into",
                        "p5.26-perlio-utf8_strict",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-user-identity",
            "portdir": "perl/p5-user-identity",
            "version": "1.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-mail-message"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-user",
            "portdir": "perl/p5-user",
            "version": "1.900.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-www-search"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-url-encode"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dancer2"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-url-encode",
            "portdir": "perl/p5-url-encode",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-twitter-api",
                        "p5.26-url-encode-xs"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri-ws",
            "portdir": "perl/p5-uri-ws",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-runtime"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri-query",
            "portdir": "perl/p5-uri-query",
            "version": "0.160.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-yaml"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-clone",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-lwp-consolelogger"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri-fromhash",
            "portdir": "perl/p5-uri-fromhash",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-fatal"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-params-validate",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-moosex-types-uri"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri-find",
            "portdir": "perl/p5-uri-find",
            "version": "20160806",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-action-rest"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri-fetch",
            "portdir": "perl/p5-uri-fetch",
            "version": "0.130.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-requiresinternet"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-class-errorhandler",
                        "p5.26-libwww-perl",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-xml-feed"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-search-elasticsearch"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-uri",
            "portdir": "perl/p5-uri",
            "version": "5.90.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/URI",
            "description": "Uniform Resource Identifiers (absolute and relative)",
            "long_description": "This package contains the URI.pm module with friends. The module implements the URI class. Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and updated by RFC 2732.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-needs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-plack-middleware-methodoverride",
                        "p5.26-http-cookiejar",
                        "p5.26-apache-logformat-compiler",
                        "p5.26-iri",
                        "p5.26-http-headers-fast"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-apache-authcookie",
                        "p5.26-app-nopaste",
                        "p5.26-astro-simbad-client",
                        "p5.26-astro-spacetrack",
                        "p5.26-auth-yubikey_webclient",
                        "p5.26-aws-signature4",
                        "p5.26-bio-db-ncbihelper",
                        "p5.26-bioperl",
                        "p5.26-catalyst-authentication-credential-http",
                        "p5.26-catalyst-runtime",
                        "p5.26-cgi-ssi",
                        "p5.26-clipboard",
                        "p5.26-cookie-baker",
                        "p5.26-crypt-openpgp",
                        "p5.26-dancer",
                        "p5.26-dancer2",
                        "p5.26-feed-find",
                        "p5.26-file-desktopentry",
                        "p5.26-finance-quote",
                        "p5.26-flickr-api",
                        "p5.26-geo-coder-osm",
                        "p5.26-html-form",
                        "p5.26-html-formattext-withlinks",
                        "p5.26-html-parser",
                        "p5.26-html-restrict",
                        "p5.26-html-template-compiled",
                        "p5.26-html-wikiconverter",
                        "p5.26-http-cookiemonster",
                        "p5.26-http-recorder",
                        "p5.26-http-request-ascgi",
                        "p5.26-lwp-consolelogger",
                        "p5.26-lwp-curl",
                        "p5.26-mail-message",
                        "p5.26-mail-spf",
                        "p5.26-metacpan-client",
                        "p5.26-mime-lite-html",
                        "p5.26-moosex-types-uri",
                        "p5.26-mozilla-publicsuffix",
                        "p5.26-net-github",
                        "p5.26-net-http",
                        "p5.26-net-oauth",
                        "p5.26-net-openid-consumer",
                        "p5.26-net-twitter",
                        "p5.26-net-twitter-lite",
                        "p5.26-perl-ldap",
                        "p5.26-pithub",
                        "p5.26-plack",
                        "p5.26-plack-test-externalserver",
                        "p5.26-pod-markdown",
                        "p5.26-podtohtml",
                        "p5.26-poe",
                        "p5.26-poppler",
                        "p5.26-razor2-client-agent",
                        "p5.26-rdf-query",
                        "p5.26-rdf-trine",
                        "p5.26-search-elasticsearch",
                        "p5.26-soap-lite",
                        "p5.26-svn-mirror",
                        "p5.26-test-lwp-useragent",
                        "p5.26-test-www-mechanize",
                        "p5.26-test-www-selenium",
                        "p5.26-text-wikiformat",
                        "p5.26-twitter-api",
                        "p5.26-uri-fetch",
                        "p5.26-uri-find",
                        "p5.26-uri-fromhash",
                        "p5.26-uri-query",
                        "p5.26-uri-ws",
                        "p5.26-web-scraper",
                        "p5.26-www-mechanize",
                        "p5.26-www-oauth",
                        "p5.26-www-robotrules",
                        "p5.26-www-search",
                        "p5.26-www-shorten-googl",
                        "p5.26-www-wolframalpha",
                        "p5.26-http-message",
                        "p5.26-xml-atom",
                        "p5.26-libwww-perl",
                        "p5.26-alien-base-modulebuild",
                        "p5.26-amazon-s3",
                        "p5.26-any-uri-escape"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-unix-process",
            "portdir": "perl/p5-unix-process",
            "version": "1.310.100",
            "license": "LGPL",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-ipc-system-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-shell-guess"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-unix-groups-ffi",
            "portdir": "perl/p5-unix-groups-ffi",
            "version": "1.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-ffi-platypus"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-mojolicious-plugin-setusergroup"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-universal-require",
            "portdir": "perl/p5-universal-require",
            "version": "0.180.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-class-dbi-plugin-pager",
                        "p5.26-test-compile",
                        "p5.26-text-trac",
                        "p5.26-treepath",
                        "p5.26-web-scraper",
                        "p5.26-wx-demo",
                        "p5.26-xml-rss-libxml"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-universal-moniker",
            "portdir": "perl/p5-universal-moniker",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-lingua-en-inflect"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-class-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-universal-isa",
            "portdir": "perl/p5-universal-isa",
            "version": "1.201.710.120",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-plugin-authorization-roles",
                        "p5.26-test-mockobject"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-universal-can",
            "portdir": "perl/p5-universal-can",
            "version": "1.201.403.280",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-test-mockobject"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-unicode-utf8",
            "portdir": "perl/p5-unicode-utf8",
            "version": "0.620.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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-fatal"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-path-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-unicode-escape"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-git-contributors",
                        "p5.26-text-bibtex"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "wget"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-mime-charset"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-text-simpletable"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-unicode-escape",
            "portdir": "perl/p5-unicode-escape",
            "version": "0.0.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "",
                    "ports_count": 18
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-unicode-string"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-unicode-eastasianwidth",
            "portdir": "perl/p5-unicode-eastasianwidth",
            "version": "12.0.0",
            "license": "Permissive",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-string-ttylength"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-unicode-collate",
            "portdir": "perl/p5-unicode-collate",
            "version": "1.290.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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-git-contributors"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2615
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-mojibaketests",
                        "p5.26-test-mojibake"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-type-tiny-xs",
            "portdir": "perl/p5-type-tiny-xs",
            "version": "0.22.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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dancer2",
                        "p5.26-pod-readme",
                        "p5.26-type-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-type-tiny",
            "portdir": "perl/p5-type-tiny",
            "version": "1.12.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Type::Tiny",
            "description": "Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.",
            "long_description": "Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-memory-cycle",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-scalar-list-utils",
                        "perl5.26",
                        "p5.26-type-tiny-xs",
                        "p5.26-exporter-tiny",
                        "p5.26-ref-util-xs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-moose"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-beam-emitter",
                        "p5.26-crypt-random-source",
                        "p5.26-dancer2",
                        "p5.26-dist-zilla-plugin-git",
                        "p5.26-file-changenotify",
                        "p5.26-graphviz2",
                        "p5.26-html-restrict",
                        "p5.26-iri",
                        "p5.26-lwp-consolelogger",
                        "p5.26-metacpan-client",
                        "p5.26-moox-late",
                        "p5.26-moox-typetiny",
                        "p5.26-net-github",
                        "p5.26-pod-readme",
                        "p5.26-sub-handlesvia",
                        "p5.26-text-table-manifold",
                        "p5.26-array-compare",
                        "p5.26-types-path-tiny"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-type-tie",
            "portdir": "perl/p5-type-tie",
            "version": "0.15.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Type::Tie",
            "description": "Type::Tie - tie a variable to a type constraint",
            "long_description": "Type::Tie - tie a variable to a type constraint",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-moosex-types",
                        "p5.26-test-fatal",
                        "p5.26-test-requires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-exporter-tiny",
                        "p5.26-hash-fieldhash",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-types-serialiser",
            "portdir": "perl/p5-types-serialiser",
            "version": "1.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-common-sense"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-cbor-xs",
                        "p5.26-json-xs"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.26-net-apns-persistent"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-types-path-tiny",
            "portdir": "perl/p5-types-path-tiny",
            "version": "0.6.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-file-pushd"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-path-tiny",
                        "p5.26-type-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla-plugin-git"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-twitter-api",
            "portdir": "perl/p5-twitter-api",
            "version": "1.0.500",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-build-tiny",
                        "p5.26-test-fatal",
                        "p5.26-test-pod",
                        "p5.26-test-spec",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-io-socket-ssl",
                        "p5.26-json-maybexs",
                        "p5.26-module-build",
                        "p5.26-module-runtime",
                        "p5.26-moo",
                        "p5.26-moox-aliases",
                        "p5.26-moox-traits",
                        "p5.26-namespace-clean",
                        "perl5.26",
                        "p5.26-sub-exporter-progressive",
                        "p5.26-throwable",
                        "p5.26-time-hires",
                        "p5.26-uri",
                        "p5.26-url-encode",
                        "p5.26-www-form-urlencoded-xs",
                        "p5.26-www-oauth",
                        "p5.26-ref-util",
                        "p5.26-cpanel-json-xs",
                        "p5.26-encode",
                        "p5.26-html-parser",
                        "p5.26-http-message",
                        "p5.26-http-thin"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-try-tiny",
            "portdir": "perl/p5-try-tiny",
            "version": "0.300.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Try::Tiny",
            "description": "Try::Tiny - minimal try/catch with proper preservation of $@",
            "long_description": "The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct \"eval\" blocks without 5 lines of boilerplate each time. It's designed to work as correctly as possible in light of the various pathological edge cases and to be compatible with any style of error values (simple strings, references, objects, overloaded objects, etc).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-capture-tiny",
                        "p5.26-scalar-list-utils"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-sub-name"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-cgi-compile",
                        "p5.26-iri",
                        "p5.26-software-license",
                        "p5.26-perl-prereqscanner",
                        "p5.26-lingua-en-number-isordinal",
                        "p5.26-dist-zilla-plugin-makemaker-fallback",
                        "p5.26-apache-logformat-compiler",
                        "p5.26-dist-zilla-plugin-checkextratests",
                        "p5.26-mouse",
                        "p5.26-dist-zilla-plugin-checkmetaresources",
                        "p5.26-crypt-ssleay",
                        "p5.26-www-shorten-googl",
                        "p5.26-http-message"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime",
                        "p5.26-datetime-format-strptime",
                        "p5.26-datetime-timezone",
                        "p5.26-dbix-admin-dsnmanager",
                        "p5.26-dbix-class",
                        "p5.26-dbix-class-schema-loader",
                        "p5.26-dist-zilla",
                        "p5.26-dist-zilla-plugin-dynamicprereqs",
                        "p5.26-dist-zilla-plugin-git",
                        "p5.26-dist-zilla-plugin-git-contributors",
                        "p5.26-dist-zilla-plugin-git-describe",
                        "p5.26-dist-zilla-plugin-git-pushinitial",
                        "p5.26-dist-zilla-plugin-github",
                        "p5.26-dist-zilla-plugin-githubmeta",
                        "p5.26-dist-zilla-plugin-promptifstale",
                        "p5.26-dist-zilla-plugin-twitter",
                        "p5.26-dist-zilla-pluginbundle-git-checkfor",
                        "p5.26-email-sender",
                        "p5.26-eval-closure",
                        "p5.26-log-any-adapter-tap",
                        "p5.26-log-dispatch",
                        "p5.26-log-dispatchouli",
                        "p5.26-lwp-consolelogger",
                        "p5.26-mail-sender",
                        "p5.26-mason",
                        "p5.26-module-implementation",
                        "p5.26-moose",
                        "p5.26-moosex-getopt",
                        "p5.26-moosex-meta-typeconstraint-mooish",
                        "p5.26-moosex-object-pluggable",
                        "p5.26-net-appliance-session",
                        "p5.26-net-twitter",
                        "p5.26-package-pkg",
                        "p5.26-path-iterator-rule",
                        "p5.26-plack",
                        "p5.26-pod-readme",
                        "p5.26-redis",
                        "p5.26-role-hasmessage",
                        "p5.26-search-elasticsearch",
                        "p5.26-search-elasticsearch-client-2_0",
                        "p5.26-search-elasticsearch-client-5_0",
                        "p5.26-search-elasticsearch-client-6_0",
                        "p5.26-set-array",
                        "p5.26-sql-translator",
                        "p5.26-statistics-covid",
                        "p5.26-test-class",
                        "p5.26-test-deep-type",
                        "p5.26-test-fatal",
                        "p5.26-test-lwp-useragent",
                        "p5.26-test-www-mechanize-psgi",
                        "p5.26-www-shorten",
                        "p5.26-zmq-ffi",
                        "p5.26-libwww-perl",
                        "p5.26-catalyst-authentication-store-dbix-class",
                        "p5.26-catalyst-model-dbic-schema",
                        "p5.26-catalyst-plugin-authentication",
                        "p5.26-catalyst-runtime",
                        "p5.26-catalyst-view-html-mason",
                        "p5.26-chi",
                        "p5.26-class-load",
                        "p5.26-class-refresh",
                        "p5.26-code-tidyall",
                        "p5.26-config-mvp",
                        "p5.26-dancer"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tree-simple-visitorfactory",
            "portdir": "perl/p5-tree-simple-visitorfactory",
            "version": "0.150.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-test-exception",
                        "p5.26-tree-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-audio-m4p",
                        "p5.26-catalyst-plugin-authorization-acl",
                        "p5.26-catalyst-runtime"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tree-simple-view",
            "portdir": "perl/p5-tree-simple-view",
            "version": "0.190.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "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": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception",
                        "p5.26-test-longstring"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-class-throwable",
                        "p5.26-tree-simple"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-audio-m4p"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-tree-simple",
            "portdir": "perl/p5-tree-simple",
            "version": "1.330.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Tree::Simple",
            "description": "A simple tree object",
            "long_description": "A simple tree object",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-audio-m4p",
                        "p5.26-catalyst-plugin-authorization-acl",
                        "p5.26-catalyst-runtime",
                        "p5.26-tree-simple-view",
                        "p5.26-tree-simple-visitorfactory"
                    ]
                }
            ]
        }
    ]
}