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

{
    "count": 51787,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=171",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=169",
    "results": [
        {
            "name": "p5.26-datetime-format-mysql",
            "portdir": "perl/p5-datetime-format-mysql",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::MySQL",
            "description": "Parse and format MySQL dates and times",
            "long_description": "Parse and format MySQL dates and times",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-namespace-clean",
                        "p5.26-sub-exporter-progressive"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-datetime-format-builder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbix-class-timestamp",
                        "p5.26-fey"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-natural",
            "portdir": "perl/p5-datetime-format-natural",
            "version": "1.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Natural",
            "description": "DateTime::Format::Natural - Parse informal natural language date/time strings",
            "long_description": "DateTime::Format::Natural - Parse informal natural language date/time strings",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-util",
                        "p5.26-test-mocktime"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-date-calc",
                        "p5.26-datetime",
                        "p5.26-datetime-timezone",
                        "p5.26-getopt-long",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-params-validate",
                        "p5.26-term-readline",
                        "p5.26-list-moreutils",
                        "p5.26-boolean",
                        "p5.26-clone"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-xml-feed"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-pg",
            "portdir": "perl/p5-datetime-format-pg",
            "version": "0.160.130",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Pg",
            "description": "Parse and format PostgreSQL dates and times",
            "long_description": "This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-build-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-format-builder",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-datetime-timezone",
                        "p5.26-datetime"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-datetime-format-sqlite",
            "portdir": "perl/p5-datetime-format-sqlite",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::SQLite",
            "description": "Parse and format SQLite dates and times",
            "long_description": "Parse and format SQLite dates and times",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-datetime-format-builder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbix-class-timestamp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-strptime",
            "portdir": "perl/p5-datetime-format-strptime",
            "version": "1.780.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::Strptime",
            "description": "Parse and format strp and strf time patterns",
            "long_description": "This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-fatal",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-timezone",
                        "p5.26-params-validate",
                        "perl5.26",
                        "p5.26-try-tiny",
                        "p5.26-specio",
                        "p5.26-datetime",
                        "p5.26-datetime-locale"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-format-builder",
                        "p5.26-finance-quote",
                        "p5.26-net-twitter",
                        "p5.26-statistics-covid"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-format-w3cdtf",
            "portdir": "perl/p5-datetime-format-w3cdtf",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Format::W3CDTF",
            "description": "Parse and format W3CDTF datetime strings",
            "long_description": "Parse and format W3CDTF datetime strings",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-rdf-query",
                        "p5.26-xml-feed",
                        "p5.26-xml-rss",
                        "p5.26-xml-rss-libxml"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-locale",
            "portdir": "perl/p5-datetime-locale",
            "version": "1.310.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Locale",
            "description": "Localization support for DateTime",
            "long_description": "DateTime::Locale is primarily a factory for the various locale subclasses. It also provides some functions for getting information on available locales. If you want to know what methods are available for locale objects, then please read the DateTime::Locale::Base documentation.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test2-suite",
                        "p5.26-file-sharedir-install",
                        "p5.26-ipc-system-simple",
                        "p5.26-path-tiny",
                        "p5.26-test-file-sharedir",
                        "p5.26-test-simple",
                        "p5.26-test2-plugin-nowarnings",
                        "clang-9.0",
                        "p5.26-cpan-meta-check"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-checkconflicts",
                        "p5.26-file-sharedir",
                        "p5.26-namespace-autoclean",
                        "p5.26-params-validationcompiler",
                        "p5.26-specio",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime",
                        "p5.26-datetime-format-strptime",
                        "p5.26-moosex-types-datetime"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-set",
            "portdir": "perl/p5-datetime-set",
            "version": "0.390.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::Set",
            "description": "DateTime::Set - Datetime sets and set math",
            "long_description": "DateTime::Set - Datetime sets and set math",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-datetime",
                        "p5.26-params-validate",
                        "p5.26-set-infinite"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-chart-clicker"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-datetime-timezone",
            "portdir": "perl/p5-datetime-timezone",
            "version": "2.470.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 5,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DateTime::TimeZone",
            "description": "Time zone object base class and factory",
            "long_description": "This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-fatal",
                        "p5.26-test-output",
                        "p5.26-test-requires",
                        "p5.26-test-taint"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-params-validationcompiler",
                        "perl5.26",
                        "p5.26-try-tiny",
                        "p5.26-specio",
                        "p5.26-class-singleton",
                        "p5.26-locale-codes",
                        "p5.26-module-runtime",
                        "p5.26-namespace-autoclean"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-astro-satpass",
                        "p5.26-datetime",
                        "p5.26-datetime-format-dateparse",
                        "p5.26-datetime-format-flexible",
                        "p5.26-datetime-format-natural",
                        "p5.26-datetime-format-pg",
                        "p5.26-datetime-format-strptime",
                        "p5.26-moosex-types-datetime",
                        "p5.26-xml-atom"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-csv",
            "portdir": "perl/p5-dbd-csv",
            "version": "0.580.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::CSV",
            "description": "DBD::CSV - DBI driver for CSV files",
            "long_description": "DBD::CSV - DBI driver for CSV files",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-encode"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "p5.26-sql-statement",
                        "p5.26-text-csv_xs"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-log4perl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-mariadb",
            "portdir": "perl/p5-dbd-mariadb",
            "version": "1.210.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::MariaDB",
            "description": "Perl DBI driver for access to MariaDB and MySQL databases",
            "long_description": "DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them.",
            "active": false,
            "categories": [
                "sysutils",
                "www",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "mariadb10_1",
                "mariadb10_2",
                "mariadb10_3",
                "mariadb10_4",
                "mariadb10_5",
                "mysql8",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-devel-checklib",
                        "p5.26-test-deep",
                        "p5.26-time-hires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "mariadb-10.5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-dbd-mock",
            "portdir": "perl/p5-dbd-mock",
            "version": "1.580.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::Mock",
            "description": "DBD::Mock - Mock database driver for testing",
            "long_description": "DBD::Mock - Mock database driver for testing",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-build-tiny",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-fey-dbimanager"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-mysql",
            "portdir": "perl/p5-dbd-mysql",
            "version": "4.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::mysql",
            "description": "Perl5 Database Interface to the MySQL database",
            "long_description": "Perl5 Database Interface to the MySQL database",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "mysql56",
                "mysql57",
                "mysql8",
                "mariadb10_1",
                "mariadb10_2",
                "mariadb10_3",
                "mariadb10_4",
                "mariadb10_5",
                "percona",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-devel-checklib",
                        "p5.26-test-deep",
                        "p5.26-time-hires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "mysql57"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-class-dbi-mysql",
                        "p5.26-innotop",
                        "p5.26-mogilefs-server",
                        "p5.26-mytop"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-pg",
            "portdir": "perl/p5-dbd-pg",
            "version": "3.14.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::Pg",
            "description": "Perl DBI module to provide access to PostgreSQL databases",
            "long_description": "DBD::Pg is a Perl module which works with the DBI module to provide access to PostgreSQL databases",
            "active": false,
            "categories": [
                "databases",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "postgresql95",
                "postgresql96",
                "postgresql10",
                "postgresql11",
                "postgresql12",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbi",
                        "postgresql12",
                        "p5.26-version",
                        "p5.26-time-hires",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-class-dbi-pg",
                        "p5.26-pgtop"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-sqlite",
            "portdir": "perl/p5-dbd-sqlite",
            "version": "1.660.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::SQLite",
            "description": "Perl DBD interface to SQLite version 3",
            "long_description": "Perl DBD interface to SQLite version 3",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-catalyst-model-dbic-schema",
                        "p5.26-class-dbi",
                        "p5.26-dancer-plugin-database",
                        "p5.26-dancer2-plugin-database",
                        "p5.26-fey-orm",
                        "p5.26-graphviz2-dbi",
                        "p5.26-mogilefs-server",
                        "p5.26-sql-translator",
                        "p5.26-test2-plugin-dbiprofile",
                        "p5.26-treepath",
                        "p5.26-dbix-class",
                        "p5.26-dbix-class-cursor-cached",
                        "p5.26-dbix-class-encodedcolumn",
                        "p5.26-dbix-class-schema-loader",
                        "p5.26-dbix-class-timestamp",
                        "p5.26-dbix-searchbuilder",
                        "p5.26-fey-dbimanager"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbicx-testdatabase",
                        "p5.26-log-log4perl",
                        "p5.26-dbm-deep",
                        "p5.26-statistics-covid",
                        "p5.26-rdf-trine",
                        "p5.26-tie-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbd-sqlite2",
            "portdir": "perl/p5-dbd-sqlite2",
            "version": "0.380.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBD::SQLite2",
            "description": "perl dbd interface to SQLite (old version 2)",
            "long_description": "perl dbd interface to SQLite (old version 2)",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-db_file",
            "portdir": "perl/p5-db_file",
            "version": "1.855.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DB_File",
            "description": "DB_File - Perl5 access to Berkeley DB version 1.x",
            "long_description": "DB_File - Perl5 access to Berkeley DB version 1.x",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "db48",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-bioperl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbi",
            "portdir": "perl/p5-dbi",
            "version": "1.643.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://dbi.perl.org/",
            "description": "Abstract database access module for Perl",
            "long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-data-printer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dancer-plugin-database-core",
                        "p5.26-dbd-csv",
                        "p5.26-dbd-mariadb",
                        "p5.26-dbd-mock",
                        "p5.26-dbd-mysql",
                        "p5.26-dbd-pg",
                        "p5.26-dbd-sqlite",
                        "p5.26-dbd-sqlite2",
                        "p5.26-dbix-admin-createtable",
                        "p5.26-dbix-admin-tableinfo",
                        "p5.26-dbix-class",
                        "p5.26-dbix-connector",
                        "p5.26-dbix-contextualfetch",
                        "p5.26-dbix-dbschema",
                        "p5.26-dbix-searchbuilder",
                        "p5.26-dbix-sqlcrosstab",
                        "p5.26-dbm-deep",
                        "p5.26-fey-loader",
                        "p5.26-fey-test",
                        "p5.26-ima-dbi",
                        "p5.26-innotop",
                        "p5.26-log-handler",
                        "p5.26-log-log4perl",
                        "p5.26-mail-spamassassin",
                        "p5.26-mogilefs-server",
                        "p5.26-mytop",
                        "p5.26-net-ftpserver",
                        "p5.26-pgtop",
                        "p5.26-rdf-trine",
                        "p5.26-sql-abstract-limit",
                        "p5.26-sql-translator",
                        "p5.26-statistics-covid",
                        "p5.26-test2-plugin-dbiprofile",
                        "p5.26-catalyst-plugin-session-store-dbi",
                        "p5.26-tie-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbicx-testdatabase",
            "portdir": "perl/p5-dbicx-testdatabase",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBICx::TestDatabase",
            "description": "create a temporary database from a DBIx::Class::Schema",
            "long_description": "create a temporary database from a DBIx::Class::Schema",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-dbix-class"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbd-sqlite",
                        "p5.26-file-temp",
                        "p5.26-sql-translator"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbix-class-dynamicdefault"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-admin-createtable",
            "portdir": "perl/p5-dbix-admin-createtable",
            "version": "2.100.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Admin::CreateTable",
            "description": "DBIx::Admin::CreateTable - Create and drop tables, primary indexes, and sequences",
            "long_description": "DBIx::Admin::CreateTable - Create and drop tables, primary indexes, and sequences",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-version"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "p5.26-module-build",
                        "p5.26-moo"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-admin-tableinfo"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-admin-dsnmanager",
            "portdir": "perl/p5-dbix-admin-dsnmanager",
            "version": "2.10.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Admin::DSNManager",
            "description": "DBIx::Admin::DSNManager - Manage a file of DSNs, for both testing and production",
            "long_description": "DBIx::Admin::DSNManager - Manage a file of DSNs, for both testing and production",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-version"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-file-slurp",
                        "p5.26-file-temp",
                        "perl5.26",
                        "p5.26-moo",
                        "p5.26-try-tiny",
                        "p5.26-module-build",
                        "p5.26-config-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-admin-tableinfo"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-admin-tableinfo",
            "portdir": "perl/p5-dbix-admin-tableinfo",
            "version": "3.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Admin::TableInfo",
            "description": "DBIx::Admin::TableInfo - A wrapper for all of table_info(), column_info(), *_key_info()",
            "long_description": "DBIx::Admin::TableInfo - A wrapper for all of table_info(), column_info(), *_key_info()",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-version"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbi",
                        "p5.26-dbix-admin-createtable",
                        "p5.26-dbix-admin-dsnmanager",
                        "perl5.26",
                        "p5.26-moo",
                        "p5.26-text-table-manifold",
                        "p5.26-lingua-en-pluraltosingular",
                        "p5.26-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-graphviz2-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class",
            "portdir": "perl/p5-dbix-class",
            "version": "0.82.842",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class",
            "description": "Extensible and flexible object <-> relational mapper.",
            "long_description": "Extensible and flexible object <-> relational mapper.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-class-dbi",
                        "p5.26-datetime",
                        "p5.26-dbd-sqlite",
                        "p5.26-file-temp",
                        "p5.26-test-deep",
                        "p5.26-test-exception",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbi",
                        "p5.26-devel-globaldestruction",
                        "p5.26-hash-merge",
                        "p5.26-module-find",
                        "p5.26-moo",
                        "p5.26-mro-compat",
                        "perl5.26",
                        "p5.26-path-class",
                        "p5.26-scope-guard",
                        "p5.26-sql-abstract-classic",
                        "p5.26-sub-name",
                        "p5.26-text-balanced",
                        "p5.26-try-tiny",
                        "p5.26-namespace-clean",
                        "p5.26-class-accessor-grouped",
                        "p5.26-class-c3-componentised",
                        "p5.26-class-inspector",
                        "p5.26-config-any",
                        "p5.26-context-preserve",
                        "p5.26-data-compare",
                        "p5.26-data-dumper-concise"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-model-dbic-schema",
                        "p5.26-catalyst-plugin-authentication-store-dbic",
                        "p5.26-catalyst-plugin-session-store-dbic",
                        "p5.26-dbix-class-cursor-cached",
                        "p5.26-dbix-class-dynamicdefault",
                        "p5.26-dbix-class-encodedcolumn",
                        "p5.26-dbix-class-introspectablem2m",
                        "p5.26-dbix-class-schema-loader",
                        "p5.26-dbix-class-timestamp",
                        "p5.26-statistics-covid",
                        "p5.26-catalyst-authentication-store-dbix-class",
                        "p5.26-treepath"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class-cursor-cached",
            "portdir": "perl/p5-dbix-class-cursor-cached",
            "version": "1.1.4",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::Cursor::Cached",
            "description": "cursor class with built-in caching support",
            "long_description": "cursor class with built-in caching support",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-cache-cache",
                        "p5.26-dbd-sqlite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-digest-sha",
                        "p5.26-carp-clan",
                        "p5.26-dbix-class"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-model-dbic-schema"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class-dynamicdefault",
            "portdir": "perl/p5-dbix-class-dynamicdefault",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::DynamicDefault",
            "description": "Automatically set and update fields",
            "long_description": "Automatically set and update fields",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-dbicx-testdatabase"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbix-class"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-class-timestamp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class-encodedcolumn",
            "portdir": "perl/p5-dbix-class-encodedcolumn",
            "version": "0.0.200",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::EncodedColumn",
            "description": "Automatically encode columns",
            "long_description": "Automatically encode columns",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-dbd-sqlite",
                        "p5.26-dir-self",
                        "p5.26-module-build-tiny",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-module-build",
                        "perl5.26",
                        "p5.26-sub-name",
                        "p5.26-crypt-openpgp",
                        "p5.26-dbix-class",
                        "p5.26-encode",
                        "p5.26-math-pari"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-helper-authdbic"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class-introspectablem2m",
            "portdir": "perl/p5-dbix-class-introspectablem2m",
            "version": "0.1.2",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::IntrospectableM2M",
            "description": "DBIx::Class::IntrospectableM2M - Introspect many-to-many shortcuts",
            "long_description": "Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This DBIx::Class component can be used to store all relevant information about these non-relationships so they can later be introspected and examined.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbix-class"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-dbix-class-schema-loader",
            "portdir": "perl/p5-dbix-class-schema-loader",
            "version": "0.70.490",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::Schema::Loader",
            "description": "Dynamic definition of a DBIx::Class::Schema",
            "long_description": "DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-config-any",
                        "p5.26-config-general",
                        "p5.26-dbd-sqlite",
                        "p5.26-moose",
                        "p5.26-moosex-markasmethods",
                        "p5.26-moosex-nonmoose",
                        "p5.26-namespace-autoclean",
                        "p5.26-test-deep",
                        "p5.26-test-differences",
                        "p5.26-test-exception",
                        "p5.26-test-warn"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-lingua-en-inflect-phrase",
                        "p5.26-lingua-en-tagger",
                        "p5.26-mro-compat",
                        "p5.26-namespace-clean",
                        "perl5.26",
                        "p5.26-scope-guard",
                        "p5.26-string-toidentifier-en",
                        "p5.26-try-tiny",
                        "p5.26-parent",
                        "p5.26-carp-clan",
                        "p5.26-class-accessor-grouped",
                        "p5.26-class-c3-componentised",
                        "p5.26-class-inspector",
                        "p5.26-class-unload",
                        "p5.26-curry",
                        "p5.26-data-dump",
                        "p5.26-dbix-class",
                        "p5.26-digest-md5",
                        "p5.26-hash-merge",
                        "p5.26-lingua-en-inflect-number"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-catalyst-helper-authdbic",
                        "p5.26-catalyst-model-dbic-schema"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-class-timestamp",
            "portdir": "perl/p5-dbix-class-timestamp",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Class::TimeStamp",
            "description": "DBIx::Class extension to update and create date and time based fields",
            "long_description": "DBIx::Class extension to update and create date and time based fields",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dev",
                    "github": "",
                    "ports_count": 96
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-time-warp",
                        "p5.26-datetime-format-mysql",
                        "p5.26-datetime-format-sqlite",
                        "p5.26-dbd-sqlite",
                        "p5.26-time-hires",
                        "clang-9.0",
                        "p5.26-class-accessor-grouped"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime",
                        "p5.26-dbix-class",
                        "p5.26-dbix-class-dynamicdefault",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-dbix-connector",
            "portdir": "perl/p5-dbix-connector",
            "version": "0.560.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::Connector",
            "description": "DBIx::Connector - Fast, safe DBI connection and transaction management",
            "long_description": "DBIx::Connector - Fast, safe DBI connection and transaction management",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-mockmodule"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-rdf-trine"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-contextualfetch",
            "portdir": "perl/p5-dbix-contextualfetch",
            "version": "1.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::ContextualFetch",
            "description": "Add contextual fetches to DBI",
            "long_description": "It always struck me odd that DBI didn't take much advantage of Perl's context sensitivity. DBIx::ContextualFetch redefines some of the various fetch methods to fix this oversight. It also adds a few new methods for convenience (though not necessarily efficiency).",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-ima-dbi"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-dbschema",
            "portdir": "perl/p5-dbix-dbschema",
            "version": "0.450.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::DBSchema",
            "description": "Database-independent schema objects",
            "long_description": "Database-independent schema objects",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-searchbuilder"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-dbix-searchbuilder",
            "portdir": "perl/p5-dbix-searchbuilder",
            "version": "1.680.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::SearchBuilder",
            "description": "Deal with multiple SearchBuilder result sets as one",
            "long_description": "Deal with multiple SearchBuilder result sets as one",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-dbd-sqlite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-capitalization",
                        "p5.26-class-accessor",
                        "p5.26-class-returnvalue",
                        "p5.26-clone",
                        "perl5.26",
                        "p5.26-dbix-dbschema",
                        "p5.26-encode",
                        "p5.26-want",
                        "p5.26-dbi",
                        "p5.26-cache-simple-timedexpiry"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-dbix-sqlcrosstab",
            "portdir": "perl/p5-dbix-sqlcrosstab",
            "version": "1.170.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBIx::SQLCrosstab",
            "description": "creates a server-side cross tabulation from a database",
            "long_description": "DBIx::SQLCrosstab produces a SQL query to interrogate a database and generate a cross-tabulation report.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "face",
                    "github": "",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbi",
                        "p5.26-tree-dag_node"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-dbm-deep",
            "portdir": "perl/p5-dbm-deep",
            "version": "2.1.600",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/DBM::Deep",
            "description": "A pure perl persistent multi-level hash/array DBM",
            "long_description": "A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-warn",
                        "clang-9.0",
                        "p5.26-test-deep",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-dbd-sqlite",
                        "p5.26-dbi",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-moose"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-declare-constraints-simple",
            "portdir": "perl/p5-declare-constraints-simple",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Declare::Constraints::Simple",
            "description": "Declare::Constraints::Simple - Declarative Validation of Data Structures",
            "long_description": "Declare::Constraints::Simple - Declarative Validation of Data Structures",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-aliased",
                        "p5.26-carp-clan",
                        "p5.26-class-inspector"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-moose",
                        "p5.26-mouse"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-caller",
            "portdir": "perl/p5-devel-caller",
            "version": "2.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Caller",
            "description": "meatier versions of caller",
            "long_description": "meatier versions of caller",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-padwalker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-devel-lexalias",
                        "p5.26-moosex-params-validate"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-checkbin",
            "portdir": "perl/p5-devel-checkbin",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::CheckBin",
            "description": "Devel::CheckBin - check that a command is available",
            "long_description": "Devel::CheckBin is a perl module that checks whether a particular command is available.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-extutils-makemaker"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dist-zilla-pluginbundle-git-checkfor",
                        "p5.26-git-wrapper",
                        "p5.26-sub-name"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-checkcompiler",
            "portdir": "perl/p5-devel-checkcompiler",
            "version": "0.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::CheckCompiler",
            "description": "Check the compiler's availability",
            "long_description": "Check the compiler's availability",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-module-build-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-module-build-xsutil"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-checklib",
            "portdir": "perl/p5-devel-checklib",
            "version": "1.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::CheckLib",
            "description": "check that a library is available",
            "long_description": "Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-capture-tiny",
                        "p5.26-mock-config"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-uuid",
                        "p5.26-io-kqueue",
                        "p5.26-pdl",
                        "p5.26-crypt-dh-gmp",
                        "p5.26-dbd-mariadb",
                        "p5.26-dbd-mysql",
                        "p5.26-font-freetype",
                        "p5.26-git-raw",
                        "p5.26-gstreamer1"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-compress-snappy",
                        "p5.26-alien-gmp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-checkos",
            "portdir": "perl/p5-devel-checkos",
            "version": "1.850.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::CheckOS",
            "description": "Devel::CheckOS - check what OS we're running on",
            "long_description": "Devel::CheckOS - check what OS we're running on",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-file-find-rule"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-moosex-daemonize"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dumbbench",
                        "p5.26-test-compile"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-cover",
            "portdir": "perl/p5-devel-cover",
            "version": "1.360.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Cover",
            "description": "Code coverage metrics for Perl",
            "long_description": "Code coverage metrics for Perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-math-bigint"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-browser-open",
                        "p5.26-capture-tiny",
                        "p5.26-class-xsaccessor",
                        "p5.26-html-parser",
                        "p5.26-json-maybexs",
                        "p5.26-moo",
                        "p5.26-namespace-clean",
                        "p5.26-parallel-iterator",
                        "perl5.26",
                        "p5.26-pod-coverage",
                        "p5.26-ppi-html",
                        "p5.26-sereal",
                        "p5.26-sereal-decoder",
                        "p5.26-sereal-encoder",
                        "p5.26-template-toolkit",
                        "p5.26-test-differences",
                        "p5.26-perl-tidy",
                        "p5.26-b-debug"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-strict"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-cycle",
            "portdir": "perl/p5-devel-cycle",
            "version": "1.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Cycle",
            "description": "Find memory cycles in objects and other references",
            "long_description": "Find memory cycles in objects and other references",
            "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-catalystx-leakchecker",
                        "p5.26-test-memory-cycle"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-declare",
            "portdir": "perl/p5-devel-declare",
            "version": "0.6.22",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Declare",
            "description": "(DEPRECATED) Devel::Declare - Adding keywords to perl, in perl",
            "long_description": "(DEPRECATED) Devel::Declare - Adding keywords to perl, in perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-extutils-depends",
                        "p5.26-test-requires"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-sub-name",
                        "p5.26-b-hooks-endofscope",
                        "p5.26-b-hooks-op-check"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-indirect"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-method-signatures-simple"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-findperl",
            "portdir": "perl/p5-devel-findperl",
            "version": "0.15.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::FindPerl",
            "description": "Devel::FindPerl - Find the path to your perl",
            "long_description": "Devel::FindPerl - Find the path to your perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-module-path"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-globaldestruction",
            "portdir": "perl/p5-devel-globaldestruction",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::GlobalDestruction",
            "description": "Devel::GlobalDestruction - Provides function returning true if the interpreter is in global destruction.",
            "long_description": "Devel::GlobalDestruction - Provides function returning true if the interpreter is in global destruction.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-scope-guard",
                        "p5.26-sub-exporter",
                        "p5.26-sub-exporter-progressive"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbix-class",
                        "p5.26-fey-orm",
                        "p5.26-log-dispatch",
                        "p5.26-mail-box",
                        "p5.26-mason",
                        "p5.26-moose",
                        "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"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-globalphase",
            "portdir": "perl/p5-devel-globalphase",
            "version": "0.3.3",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::GlobalPhase",
            "description": "Devel::GlobalPhase - Detect perl's global phase on older perls",
            "long_description": "Devel::GlobalPhase - Detect perl's global phase on older perls",
            "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-spec"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-hide",
            "portdir": "perl/p5-devel-hide",
            "version": "0.1.300",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Hide",
            "description": "Devel::Hide - Forces the unavailability of specified Perl modules (for testing)",
            "long_description": "Devel::Hide - Forces the unavailability of specified Perl modules (for testing)",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-class-accessor-grouped",
                        "p5.26-dancer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-term-size-any"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-devel-leak",
            "portdir": "perl/p5-devel-leak",
            "version": "0.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::Leak",
            "description": "Devel::Leak - Utility for looking for perl objects that are not reclaimed.",
            "long_description": "Devel::Leak - Utility for looking for perl objects that are not reclaimed.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2636
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-devel-lexalias",
            "portdir": "perl/p5-devel-lexalias",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Devel::LexAlias",
            "description": "Devel::LexAlias - alias lexical variables",
            "long_description": "Devel::LexAlias - alias lexical variables",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-devel-caller"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-eval-closure"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-lexical-persistence"
                    ]
                }
            ]
        }
    ]
}