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

{
    "count": 52331,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=866",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=864",
    "results": [
        {
            "name": "p5.26-macosx-file",
            "portdir": "perl/p5-macosx-file",
            "version": "0.710.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/MacOSX::File",
            "description": "A collection of Perl modules to manipulate files on Mac OS X",
            "long_description": "MacOSX::File is a collection of Perl modules that allows you to do what binaries in /Developer/Tools allows you to do directly via perl. You can implement your own CpMac, MvMac, GetFileInfo and SetFile without calling these binaries.",
            "active": false,
            "categories": [
                "sysutils",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-osversion",
            "portdir": "perl/p5-mac-osversion",
            "version": "1.4.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::OSVersion",
            "description": "Mac::OSVersion - Get the Mac OS X system version information",
            "long_description": "Mac::OSVersion - Get the Mac OS X system version information",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-fsevents",
            "portdir": "perl/p5-mac-fsevents",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::FSEvents",
            "description": "Mac::FSEvents - Monitor a directory structure for changes",
            "long_description": "Mac::FSEvents - Monitor a directory structure for changes",
            "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-filesys-notify-simple"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-mac-errors",
            "portdir": "perl/p5-mac-errors",
            "version": "1.192.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::Errors",
            "description": "Constants for Mac error codes",
            "long_description": "Constants for Mac error codes. The %MacErrors hash indexes error information by the error number or symbol. Each value is a Mac::Errors object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error text.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "p5.26-test-pod",
                        "p5.26-test-pod-coverage"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-applesingledouble",
            "portdir": "perl/p5-mac-applesingledouble",
            "version": "1.0.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::AppleSingleDouble",
            "description": "Read Mac files in AppleSingle or AppleDouble format",
            "long_description": "Mac::AppleSingleDouble is a class which knows how to decode the AppleSingle and AppleDouble file formats.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-applescript-glue",
            "portdir": "perl/p5-mac-applescript-glue",
            "version": "0.60.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::AppleScript::Glue",
            "description": "Glue to use AppleScript to communicate with Mac apps",
            "long_description": "This module allows you to write Perl code in object-oriented syntax to control Mac applications. The module does not actually execute Apple Events, but actually translates Perl code to AppleScript code and causes it to be executed.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-mac-applescript",
                        "p5.26-test-pod"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-mac-applescript",
            "portdir": "perl/p5-mac-applescript",
            "version": "0.40.0",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Mac::AppleScript",
            "description": "Perl extension to execute applescript commands on OS X",
            "long_description": "Simple interface to the OSA scripting stuff. Returns undef on error and sets $@ to the error code. Codes are listed in the AppleScript documentation. On successful completion, this returns the output of the AppleScript command.",
            "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-mac-applescript-glue"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwpx-paranoidagent",
            "portdir": "perl/p5-lwpx-paranoidagent",
            "version": "1.120.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWPx::ParanoidAgent",
            "description": "LWPx::ParanoidAgent - subclass of LWP::UserAgent that protects you from harm",
            "long_description": "LWPx::ParanoidAgent - subclass of LWP::UserAgent that protects you from harm",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-libwww-perl",
                        "p5.26-net-dns",
                        "p5.26-time-hires"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-lwp-useragent-determined",
            "portdir": "perl/p5-lwp-useragent-determined",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::UserAgent::Determined",
            "description": "a virtual browser that retries errors",
            "long_description": "a virtual browser that retries errors",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-libwww-perl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-amazon-s3"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwp-useragent-cached",
            "portdir": "perl/p5-lwp-useragent-cached",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::UserAgent::Cached",
            "description": "LWP::UserAgent with simple caching mechanism",
            "long_description": "LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "macports",
                    "github": "thekevjames",
                    "ports_count": 9
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-libwww-perl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-lwp-protocol-https",
            "portdir": "perl/p5-lwp-protocol-https",
            "version": "6.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::Protocol::https",
            "description": "LWP::Protocol::https - SSL support for libwww-perl",
            "long_description": "The LWP::Protocol::https module used to be bundled with p5-libwww-perl, but it was unbundled in v6.02 so that dependencies could be declared properly. Ports that need https support can just declare their dependency on p5-lwp-protocol-https and will no longer need to know what underlying modules to install.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-requiresinternet"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-libwww-perl",
                        "perl5.26",
                        "p5.26-net-http",
                        "p5.26-mozilla-ca",
                        "p5.26-io-socket-ssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-metacpan-client",
                        "p5.26-alien-wxwidgets"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-astro-spacetrack",
                        "p5.26-bio-db-ncbihelper",
                        "p5.26-cpan-uploader",
                        "p5.26-crypt-ssleay",
                        "p5.26-finance-quote",
                        "p5.26-geo-webservice-elevation-usgs",
                        "p5.26-net-github",
                        "p5.26-net-twitter",
                        "p5.26-net-twitter-lite",
                        "p5.26-www-shorten-googl",
                        "p5.26-astro-simbad-client"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwp-protocol-http10",
            "portdir": "perl/p5-lwp-protocol-http10",
            "version": "6.30.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::Protocol::http10",
            "description": "Deprecated support for HTTP/1.0 in libwww-perl",
            "long_description": "Deprecated support for HTTP/1.0 in libwww-perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-libwww-perl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-plack"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwp-mediatypes",
            "portdir": "perl/p5-lwp-mediatypes",
            "version": "6.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::MediaTypes",
            "description": "Media types and mailcap processing",
            "long_description": "Media types and mailcap processing",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-fatal"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-http-message",
                        "p5.26-libwww-perl",
                        "p5.26-http-daemon"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwp-curl",
            "portdir": "perl/p5-lwp-curl",
            "version": "0.140.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::Curl",
            "description": "LWP::Curl - LWP methods implementation with Curl engine",
            "long_description": "LWP::Curl - LWP methods implementation with Curl engine",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-net-curl",
                        "p5.26-uri"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-lwp-consolelogger",
            "portdir": "perl/p5-lwp-consolelogger",
            "version": "0.0.42",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::ConsoleLogger",
            "description": "LWP::ConsoleLogger - LWP tracing and debugging",
            "long_description": "LWP::ConsoleLogger - LWP tracing and debugging",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-capture-tiny",
                        "p5.26-html-formattext-withlinks",
                        "p5.26-http-cookiejar",
                        "p5.26-http-server-simple-psgi",
                        "p5.26-log-dispatch-array",
                        "p5.26-mojolicious",
                        "p5.26-path-tiny",
                        "p5.26-pithub",
                        "p5.26-plack",
                        "p5.26-plack-test-agent",
                        "p5.26-test-failwarnings",
                        "p5.26-test-fatal",
                        "p5.26-test-lwp-useragent",
                        "p5.26-test-most",
                        "p5.26-www-mechanize"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-parse-mime",
                        "p5.26-ref-util",
                        "p5.26-string-trim",
                        "p5.26-sub-exporter",
                        "p5.26-term-size-any",
                        "p5.26-text-simpletable-autowidth",
                        "p5.26-try-tiny",
                        "p5.26-type-tiny",
                        "p5.26-uri",
                        "p5.26-uri-query",
                        "perl5.26",
                        "p5.26-xml-simple",
                        "p5.26-class-method-modifiers",
                        "p5.26-data-printer",
                        "p5.26-datetime",
                        "p5.26-html-restrict",
                        "p5.26-http-body",
                        "p5.26-http-cookiemonster",
                        "p5.26-http-message",
                        "p5.26-json-maybexs",
                        "p5.26-libwww-perl",
                        "p5.26-list-allutils",
                        "p5.26-log-dispatch",
                        "p5.26-module-load-conditional",
                        "p5.26-module-runtime",
                        "p5.26-moo",
                        "p5.26-moox-strictconstructor"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-www-mechanize-cached"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lwp-authen-wsse",
            "portdir": "perl/p5-lwp-authen-wsse",
            "version": "0.50.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LWP::Authen::Wsse",
            "description": "Library for enabling X-WSSE authentication in LWP.",
            "long_description": "LWP::Authen::Wsse allows LWP to authenticate against servers that are using the X-WSSE authentication scheme, as required by the Atom Authentication API. The module is used indirectly through LWP, rather than including it directly in your code. The LWP system will invoke the WSSE authentication when it encounters the authentication scheme while attempting to retrieve a URL from a server.",
            "active": false,
            "categories": [
                "www",
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-digest-sha1",
                        "p5.26-libwww-perl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-long-jump",
            "portdir": "perl/p5-long-jump",
            "version": "0.0.1",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Long::Jump",
            "description": "Long::Jump - Mechanism for returning to a specific point from a deeply nested stack",
            "long_description": "Long::Jump - Mechanism for returning to a specific point from a deeply nested stack",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test2-suite"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-test2-harness"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-message-simple",
            "portdir": "perl/p5-log-message-simple",
            "version": "0.100.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Message::Simple",
            "description": "Log::Message::Simple - Simplified interface to Log::Message",
            "long_description": "Log::Message::Simple - Simplified interface to Log::Message",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-log-message"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-term-ui"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-message",
            "portdir": "perl/p5-log-message",
            "version": "0.80.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Message",
            "description": "Log::Message - A generic message storing mechanism",
            "long_description": "Log::Message - A generic message storing mechanism",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-locale-maketext-simple",
                        "p5.26-module-load"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-message-simple"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-log4perl-appender-socket-unix",
            "portdir": "perl/p5-log-log4perl-appender-socket-unix",
            "version": "1.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Log4perl::Appender::Socket::UNIX",
            "description": "Log to a Unix Domain Socket",
            "long_description": "Log to a Unix Domain Socket",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-log-log4perl",
            "portdir": "perl/p5-log-log4perl",
            "version": "1.540.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Log4perl",
            "description": "Log4j implementation for Perl",
            "long_description": "Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "jpo",
                    "github": "jpoliv",
                    "ports_count": 60
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dbd-csv",
                        "p5.26-dbd-sqlite",
                        "p5.26-dbi",
                        "perl5.26",
                        "p5.26-log-dispatch-filerotate",
                        "p5.26-sql-statement",
                        "p5.26-xml-dom",
                        "p5.26-log-dispatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-javascript-spidermonkey",
                        "p5.26-plack"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-file-comments",
                        "p5.26-moosex-log-log4perl",
                        "p5.26-rdf-trine",
                        "p5.26-archive-tar-wrapper",
                        "p5.26-sysadm-install",
                        "p5.26-catalyst-log-log4perl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-handler",
            "portdir": "perl/p5-log-handler",
            "version": "0.900.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Handler",
            "description": "Log::Handler - Log messages to several outputs.",
            "long_description": "Log::Handler - Log messages to several outputs.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-config-general",
                        "p5.26-config-properties",
                        "p5.26-data-dumper",
                        "p5.26-dbi",
                        "perl5.26",
                        "p5.26-module-build",
                        "p5.26-params-validate",
                        "p5.26-time-hires",
                        "p5.26-yaml",
                        "p5.26-email-date"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-log-dispatchouli",
            "portdir": "perl/p5-log-dispatchouli",
            "version": "2.22.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatchouli",
            "description": "Log::Dispatchouli - a simple wrapper around Log::Dispatch",
            "long_description": "Log::Dispatchouli - a simple wrapper around Log::Dispatch",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-file-temp",
                        "p5.26-test-deep",
                        "p5.26-test-fatal"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-string-flogger",
                        "p5.26-sub-exporter",
                        "perl5.26",
                        "p5.26-sys-syslog",
                        "p5.26-try-tiny",
                        "p5.26-sub-exporter-globexporter",
                        "p5.26-log-dispatch",
                        "p5.26-log-dispatch-array",
                        "p5.26-params-util"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-dist-zilla-plugin-git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-dist-zilla",
                        "p5.26-pod-weaver"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-dispatch-filerotate",
            "portdir": "perl/p5-log-dispatch-filerotate",
            "version": "1.360.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::FileRotate",
            "description": "Log::Dispatch::FileRotate - Log to Files that Archive/Rotate Themselves",
            "long_description": "Log::Dispatch::FileRotate - Log to Files that Archive/Rotate Themselves",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-warn",
                        "clang-9.0",
                        "p5.26-encode",
                        "p5.26-path-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-date-manip",
                        "p5.26-log-dispatch",
                        "p5.26-version"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-log4perl"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-dispatch-configurator-any",
            "portdir": "perl/p5-log-dispatch-configurator-any",
            "version": "1.122.640",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Configurator::Any",
            "description": "Log::Dispatch::Configurator::Any - Configurator implementation with Config::Any",
            "long_description": "Log::Dispatch::Configurator::Any - Configurator implementation with Config::Any",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-config-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-config-any",
                        "p5.26-log-dispatch",
                        "p5.26-log-dispatch-config"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-net-cli-interact"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-dispatch-config",
            "portdir": "perl/p5-log-dispatch-config",
            "version": "1.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Config",
            "description": "Log::Dispatch::Config - Log4j for Perl",
            "long_description": "Log::Dispatch::Config - Log4j for Perl",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-appconfig",
                        "p5.26-io-stringy",
                        "p5.26-log-dispatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-dispatch-configurator-any",
                        "p5.26-net-cli-interact"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-dispatch-array",
            "portdir": "perl/p5-log-dispatch-array",
            "version": "1.3.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch::Array",
            "description": "Log::Dispatch::Array - log events to an array (reference)",
            "long_description": "Log::Dispatch::Array - log events to an array (reference)",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-deep"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-log-dispatch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-lwp-consolelogger",
                        "p5.26-plack"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-dispatchouli"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-dispatch",
            "portdir": "perl/p5-log-dispatch",
            "version": "2.700.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Dispatch",
            "description": "Dispatches messages to one or more outputs",
            "long_description": "Dispatches messages to one or more outputs",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "jpo",
                    "github": "jpoliv",
                    "ports_count": 60
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-ipc-run3",
                        "p5.26-test-fatal",
                        "p5.26-test-needs"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-namespace-autoclean",
                        "p5.26-params-validationcompiler",
                        "perl5.26",
                        "p5.26-sys-syslog",
                        "p5.26-try-tiny",
                        "p5.26-specio",
                        "p5.26-devel-globaldestruction",
                        "p5.26-dist-checkconflicts",
                        "p5.26-module-runtime"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-plack"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-log-dispatch-array",
                        "p5.26-log-dispatch-config",
                        "p5.26-log-dispatch-configurator-any",
                        "p5.26-dist-zilla-plugin-checkissues",
                        "p5.26-log-dispatchouli",
                        "p5.26-log-log4perl",
                        "p5.26-lwp-consolelogger",
                        "p5.26-log-dispatch-filerotate"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-any-adapter-tap",
            "portdir": "perl/p5-log-any-adapter-tap",
            "version": "0.3.3",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Any::Adapter::TAP",
            "description": "Log::Any::Adapter::TAP - Logging adapter suitable for use in TAP testcases",
            "long_description": "Log::Any::Adapter::TAP - Logging adapter suitable for use in TAP testcases",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-data-dumper",
                        "p5.26-log-any",
                        "p5.26-try-tiny"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-net-stomp"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-log-any-adapter-callback",
            "portdir": "perl/p5-log-any-adapter-callback",
            "version": "0.101.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Any::Adapter::Callback",
            "description": "Log::Any::Adapter::Callback - (DEPRECATED) Send Log::Any logs to a subroutine",
            "long_description": "Log::Any::Adapter::Callback - (DEPRECATED) Send Log::Any logs to a subroutine",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-log-any"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "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-log-any",
            "portdir": "perl/p5-log-any",
            "version": "1.708.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Log::Any",
            "description": "Bringing loggers and listeners together",
            "long_description": "Bringing loggers and listeners together",
            "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-search-elasticsearch-client-2_0",
                        "p5.26-search-elasticsearch-client-5_0",
                        "p5.26-search-elasticsearch-client-6_0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-html-masonx-free",
                        "p5.26-log-any-adapter-callback",
                        "p5.26-log-any-adapter-tap",
                        "p5.26-chi",
                        "p5.26-net-stomp",
                        "p5.26-search-elasticsearch",
                        "p5.26-mason",
                        "p5.26-code-tidyall",
                        "p5.26-html-mason"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lockfile-simple",
            "portdir": "perl/p5-lockfile-simple",
            "version": "0.208.0",
            "license": "Artistic-1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/LockFile::Simple",
            "description": "Simple file locking scheme",
            "long_description": "Simple file locking scheme",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-local-lib",
            "portdir": "perl/p5-local-lib",
            "version": "2.0.24",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/local::lib",
            "description": "Create and use a local lib/ for perl modules with PERL5LIB",
            "long_description": "Create and use a local lib/ for perl modules with PERL5LIB",
            "active": false,
            "categories": [
                "devel",
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-extutils-install",
                        "p5.26-extutils-makemaker",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-locale-maketext-simple",
            "portdir": "perl/p5-locale-maketext-simple",
            "version": "0.210.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Locale::Maketext::Simple",
            "description": "Simple interface to Locale::Maketext::Lexicon.",
            "long_description": "Simple interface to Locale::Maketext::Lexicon.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-app-cli",
                        "p5.26-archive-extract",
                        "p5.26-ipc-cmd",
                        "p5.26-log-message",
                        "p5.26-module-load-conditional",
                        "p5.26-params-check",
                        "p5.26-term-ui"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-locale-maketext-lexicon",
            "portdir": "perl/p5-locale-maketext-lexicon",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Locale::Maketext::Lexicon",
            "description": "Use other catalog formats in Maketext.",
            "long_description": "Use other catalog formats in Maketext.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-locale-maketext-fuzzy",
            "portdir": "perl/p5-locale-maketext-fuzzy",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Locale::Maketext::Fuzzy",
            "description": "Maketext from already interpolated strings",
            "long_description": "Maketext from already interpolated strings",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-locale-gettext",
            "portdir": "perl/p5-locale-gettext",
            "version": "1.70.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Locale::gettext",
            "description": "Perl interface to GNU gettext",
            "long_description": "Perl interface to GNU gettext",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "perl5.26",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-locale-codes",
            "portdir": "perl/p5-locale-codes",
            "version": "3.660.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Locale::Codes",
            "description": "Locale::Codes - a distribution of modules to handle locale codes",
            "long_description": "Locale::Codes - a distribution of modules to handle locale codes",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-inter"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-datetime-timezone"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lj-simple",
            "portdir": "perl/p5-lj-simple",
            "version": "0.150.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.bpfh.net/computing/software/LJ::Simple/",
            "description": "Simple perl module for managing your LiveJournal account",
            "long_description": "LJ::Simple is an object based perl module which is used to access LiveJournal-based web logs. This module implements most of the flat protocol LiveJournal uses",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-list-utilsby",
            "portdir": "perl/p5-list-utilsby",
            "version": "0.110.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::UtilsBy",
            "description": "List::UtilsBy - higher-order list utility functions",
            "long_description": "List::UtilsBy - higher-order list utility functions",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-module-build"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-convert-color",
                        "p5.26-devel-mat",
                        "p5.26-dist-zilla-plugin-git-contributors",
                        "p5.26-list-allutils"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-uniq",
            "portdir": "perl/p5-list-uniq",
            "version": "0.21.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/release/JFITZ/List-Uniq-v0.21.0",
            "description": "List::Uniq extracts the unique elements of a list",
            "long_description": "List::Uniq extracts the unique elements of a list",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-exception",
                        "p5.26-test-nowarnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-list-someutils-xs",
            "portdir": "perl/p5-list-someutils-xs",
            "version": "0.580.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::SomeUtils::XS",
            "description": "List::SomeUtils::XS - XS implementation for List::SomeUtils",
            "long_description": "List::SomeUtils::XS - XS implementation for List::SomeUtils",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-leaktrace",
                        "p5.26-test-warnings"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-list-someutils"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-someutils",
            "portdir": "perl/p5-list-someutils",
            "version": "0.580.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::SomeUtils",
            "description": "List::SomeUtils - Provide the stuff missing in List::Util",
            "long_description": "List::SomeUtils - Provide the stuff missing in List::Util",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-test-leaktrace",
                        "p5.26-text-parsewords"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-scalar-list-utils",
                        "p5.26-list-someutils-xs",
                        "p5.26-module-implementation"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-code-tidyall",
                        "p5.26-list-allutils"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-moreutils-xs",
            "portdir": "perl/p5-list-moreutils-xs",
            "version": "0.430.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::MoreUtils::XS",
            "description": "List::MoreUtils::XS - Provide compiled List::MoreUtils functions",
            "long_description": "List::MoreUtils::XS - Provide compiled List::MoreUtils functions",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-config-autoconf",
                        "p5.26-inc-latest",
                        "p5.26-test-leaktrace"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-xsloader"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-list-moreutils"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-moreutils",
            "portdir": "perl/p5-list-moreutils",
            "version": "0.430.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::MoreUtils",
            "description": "Provide the stuff missing in List::Util",
            "long_description": "List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-test-writevariants",
                        "clang-9.0",
                        "p5.26-config-autoconf",
                        "p5.26-inc-latest",
                        "p5.26-test-leaktrace"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-exporter-tiny",
                        "p5.26-list-moreutils-xs",
                        "p5.26-xsloader",
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "p5.26-text-markdown",
                        "p5.26-text-multimarkdown",
                        "p5.26-moose",
                        "p5.26-math-random-secure"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-chi",
                        "p5.26-config-jfdi",
                        "p5.26-data-perl",
                        "p5.26-datetime-format-flexible",
                        "p5.26-datetime-format-natural",
                        "p5.26-email-sender",
                        "p5.26-fey-test",
                        "p5.26-file-sharedir",
                        "p5.26-gd",
                        "p5.26-gearman",
                        "p5.26-html-wikiconverter",
                        "p5.26-moose-autobox",
                        "p5.26-moosex-nonmoose",
                        "p5.26-moosex-traits-pluggable",
                        "p5.26-net-appliance-phrasebook",
                        "p5.26-pdl",
                        "p5.26-perl-critic",
                        "p5.26-perl-prereqscanner",
                        "p5.26-pod-weaver",
                        "p5.26-pod-weaver-section-contributors",
                        "p5.26-statistics-descriptive",
                        "p5.26-test-moose-more",
                        "p5.26-text-recordparser",
                        "p5.26-bioperl",
                        "p5.26-text-trac",
                        "p5.26-catalyst-authentication-store-dbix-class",
                        "p5.26-catalyst-model-dbic-schema",
                        "p5.26-catalystx-component-traits"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-compare",
            "portdir": "perl/p5-list-compare",
            "version": "0.550.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::Compare",
            "description": "List::Compare - Compare elements of two or more lists",
            "long_description": "List::Compare - Compare elements of two or more lists",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2661
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0",
                        "p5.26-capture-tiny"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-code-tidyall"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-list-allutils",
            "portdir": "perl/p5-list-allutils",
            "version": "0.180.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/List::AllUtils",
            "description": "List::AllUtils - mixes List::Utils and List::MoreUtils",
            "long_description": "List::AllUtils - mixes List::Utils and List::MoreUtils",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26",
                        "p5.26-list-someutils",
                        "p5.26-list-utilsby",
                        "p5.26-scalar-list-utils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "p5.26-const-exporter",
                        "p5.26-dist-zilla-plugin-contributorsfromgit",
                        "p5.26-fey",
                        "p5.26-fey-orm",
                        "p5.26-html-masonx-free",
                        "p5.26-lwp-consolelogger",
                        "p5.26-text-table-manifold"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lingua-translit",
            "portdir": "perl/p5-lingua-translit",
            "version": "0.280.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Lingua::Translit",
            "description": "convert text from one writing system to another",
            "long_description": "Lingua::Translit can be used to convert text from one writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.",
            "active": false,
            "categories": [
                "perl"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.26"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "p5.26-lingua-stem-snowball-da",
            "portdir": "perl/p5-lingua-stem-snowball-da",
            "version": "1.10.0",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Lingua::Stem::Snowball::Da",
            "description": "Porters stemming algorithm for Denmark",
            "long_description": "Porters stemming algorithm for Denmark",
            "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-lingua-stem"
                    ]
                }
            ]
        },
        {
            "name": "p5.26-lingua-stem-ru",
            "portdir": "perl/p5-lingua-stem-ru",
            "version": "0.40.0",
            "license": "(Artistic-1 or GPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://metacpan.org/pod/Lingua::Stem::Ru",
            "description": "Porter's stemming algorithm for Russian (KOI8-R only)",
            "long_description": "Porter's stemming algorithm for Russian (KOI8-R only)",
            "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-lingua-stem"
                    ]
                }
            ]
        }
    ]
}