HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50612,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=844",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=842",
"results": [
{
"name": "p5.26-encode-locale",
"portdir": "perl/p5-encode-locale",
"version": "1.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::Locale",
"description": "Encode::Locale - Determine the locale encoding",
"long_description": "Encode::Locale - Determine the locale encoding",
"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-file-mimeinfo"
]
},
{
"type": "lib",
"ports": [
"p5.26-http-message",
"p5.26-libwww-perl"
]
}
]
},
{
"name": "p5.26-encode-jisx0213",
"portdir": "perl/p5-encode-jisx0213",
"version": "0.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::JISX0213",
"description": "Encode::JISX0213 - JIS X 0213 encodings",
"long_description": "Encode::JISX0213 - JIS X 0213 encodings",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode",
"p5.26-encode-iso2022"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-mime-charset"
]
}
]
},
{
"name": "p5.26-encode-jis2k",
"portdir": "perl/p5-encode-jis2k",
"version": "0.30.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::JIS2K",
"description": "JIS X 0212 (aka JIS 2000) Encodings",
"long_description": "This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name).",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode"
]
}
],
"depends_on": []
},
{
"name": "p5.26-encode-iso2022",
"portdir": "perl/p5-encode-iso2022",
"version": "0.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::ISO2022",
"description": "Encode::ISO2022 - ISO/IEC 2022 character encoding scheme",
"long_description": "Encode::ISO2022 - ISO/IEC 2022 character encoding scheme",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-encode-jisx0213"
]
}
]
},
{
"name": "p5.26-encode-hanextra",
"portdir": "perl/p5-encode-hanextra",
"version": "0.230.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::HanExtra",
"description": "Extra sets of Chinese encodings",
"long_description": "Extra sets of Chinese encodings",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-mime-charset"
]
}
]
},
{
"name": "p5.26-encode-eucjpascii",
"portdir": "perl/p5-encode-eucjpascii",
"version": "0.30.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::EUCJPASCII",
"description": "Encode::EUCJPASCII (no description available)",
"long_description": "Encode::EUCJPASCII (no description available)",
"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-mime-charset"
]
}
]
},
{
"name": "p5.26-encode-detect",
"portdir": "perl/p5-encode-detect",
"version": "1.10.0",
"license": "(MPL-1.1 or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode::Detect",
"description": "Encode-Encoding subclass that detects the encoding of data",
"long_description": "This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode",
"p5.26-module-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-mail-spamassassin"
]
}
]
},
{
"name": "p5.26-encode",
"portdir": "perl/p5-encode",
"version": "3.100.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Encode",
"description": "Character encoding module",
"long_description": "The Encode module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters.",
"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-dbd-csv",
"p5.26-ppi",
"p5.26-test-mojibake",
"p5.26-code-tidyall",
"p5.26-log-dispatch-filerotate",
"p5.26-yaml"
]
},
{
"type": "lib",
"ports": [
"p5.26-catalyst-view-html-mason",
"p5.26-cpanel-json-xs",
"p5.26-data-section",
"p5.26-dbix-class-encodedcolumn",
"p5.26-dbix-searchbuilder",
"p5.26-dist-zilla",
"p5.26-dist-zilla-plugin-checkissues",
"p5.26-dist-zilla-plugin-contributorsfromgit",
"p5.26-dist-zilla-plugin-generatefile-fromsharedir",
"p5.26-dist-zilla-plugin-keywords",
"p5.26-dist-zilla-plugin-promptifstale",
"p5.26-dist-zilla-plugin-readmeanyfrompod",
"p5.26-dist-zilla-role-filewatcher",
"p5.26-email-mime-contenttype",
"p5.26-encode-detect",
"p5.26-encode-hanextra",
"p5.26-encode-iso2022",
"p5.26-encode-jis2k",
"p5.26-encode-jisx0213",
"p5.26-file-slurper",
"p5.26-finance-quote",
"p5.26-html-encoding",
"p5.26-html-form",
"p5.26-html-tidy5",
"p5.26-mail-message",
"p5.26-mhonarc",
"p5.26-mime-charset",
"p5.26-mime-encwords",
"p5.26-net-twitter",
"p5.26-parse-win32registry",
"p5.26-path-tiny",
"p5.26-pod-elemental",
"p5.26-pod-elemental-perlmunger",
"p5.26-pod-markdown",
"p5.26-tex-encode",
"p5.26-http-message",
"p5.26-text-multimarkdown",
"p5.26-text-template",
"p5.26-twitter-api",
"p5.26-xml-libxml",
"p5.26-xml-sax-writer",
"p5.26-text-csv_xs",
"p5.26-cpan-meta",
"p5.26-module-metadata",
"p5.26-pod-simple",
"p5.26-archive-zip",
"p5.26-catalyst-runtime"
]
}
]
},
{
"name": "p5.26-email-valid",
"portdir": "perl/p5-email-valid",
"version": "1.202.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Valid",
"description": "Check validity of Internet email addresses",
"long_description": "This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-io-captureoutput",
"p5.26-mailtools",
"p5.26-net-dns",
"p5.26-net-domain-tld"
]
}
],
"depends_on": []
},
{
"name": "p5.26-email-stuffer",
"portdir": "perl/p5-email-stuffer",
"version": "0.18.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Stuffer",
"description": "A more casual approach to creating and sending Email:: emails",
"long_description": "Email::Stuffer, as its name suggests, is a fairly casual module used to stuff things into an email and send them. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the light and tolerable Email:: modules.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-moo",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-module-runtime",
"perl5.26",
"p5.26-params-util",
"p5.26-email-mime",
"p5.26-email-sender"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-emailnotify"
]
}
]
},
{
"name": "p5.26-email-simple",
"portdir": "perl/p5-email-simple",
"version": "2.216.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Simple",
"description": "simple parsing of RFC2822 message format and headers",
"long_description": "simple parsing of RFC2822 message format and headers",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-email-date-format"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-email-abstract",
"p5.26-email-mime",
"p5.26-email-outlook-message",
"p5.26-email-send",
"p5.26-email-sender"
]
}
]
},
{
"name": "p5.26-email-sender",
"portdir": "perl/p5-email-sender",
"version": "1.300.35",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Sender",
"description": "Email::Sender - a library for sending email",
"long_description": "Email::Sender replaces the old and sometimes problematic Email::Send library, which did a decent job at handling very simple email sending tasks, but was not suitable for serious use, for a variety of reasons.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-sub-override",
"p5.26-test-mockobject"
]
},
{
"type": "lib",
"ports": [
"p5.26-list-moreutils",
"p5.26-module-runtime",
"p5.26-moo",
"p5.26-moox-types-mooselike",
"perl5.26",
"p5.26-sub-exporter",
"p5.26-throwable",
"p5.26-try-tiny",
"p5.26-net",
"p5.26-email-abstract",
"p5.26-email-address",
"p5.26-email-simple"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-catalyst-view-email",
"p5.26-email-outlook-message",
"p5.26-email-stuffer"
]
}
]
},
{
"name": "p5.26-email-send",
"portdir": "perl/p5-email-send",
"version": "2.201.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Send",
"description": "This module provides a very simple, specific interface to multiple Email mailers.",
"long_description": "This module provides a very simple, specific interface to multiple Email mailers. However, it's officially considered to be 'out of favor'. Please consider using Email::Sender instead.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-mime-tools"
]
},
{
"type": "lib",
"ports": [
"p5.26-email-simple",
"perl5.26",
"p5.26-return-value",
"p5.26-module-pluggable",
"p5.26-email-abstract",
"p5.26-email-address"
]
}
],
"depends_on": []
},
{
"name": "p5.26-email-outlook-message",
"portdir": "perl/p5-email-outlook-message",
"version": "0.920.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Outlook::Message",
"description": "Read Outlook .msg files",
"long_description": "Read Outlook .msg files",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-email-address",
"p5.26-email-mime",
"p5.26-email-mime-contenttype",
"p5.26-email-sender",
"perl5.26",
"p5.26-io-all",
"p5.26-io-string",
"p5.26-ole-storage_lite",
"p5.26-email-simple"
]
}
],
"depends_on": []
},
{
"name": "p5.26-email-mime-encodings",
"portdir": "perl/p5-email-mime-encodings",
"version": "1.315.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::MIME::Encodings",
"description": "A unified interface to MIME encoding and decoding",
"long_description": "A unified interface to MIME encoding and decoding",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-email-mime"
]
}
]
},
{
"name": "p5.26-email-mime-contenttype",
"portdir": "perl/p5-email-mime-contenttype",
"version": "1.24.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::MIME::ContentType",
"description": "Parse a MIME Content-Type Header",
"long_description": "Parse a MIME Content-Type Header",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode",
"p5.26-text-unidecode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-email-mime",
"p5.26-email-outlook-message"
]
}
]
},
{
"name": "p5.26-email-mime",
"portdir": "perl/p5-email-mime",
"version": "1.949.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::MIME",
"description": "Easy MIME message parsing",
"long_description": "Easy MIME message parsing",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-email-address-xs",
"p5.26-email-messageid",
"p5.26-email-mime-contenttype",
"perl5.26",
"p5.26-email-simple",
"p5.26-mime-types",
"p5.26-module-runtime",
"p5.26-email-mime-encodings"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-catalyst-view-email",
"p5.26-email-outlook-message",
"p5.26-email-stuffer"
]
}
]
},
{
"name": "p5.26-email-messageid",
"portdir": "perl/p5-email-messageid",
"version": "1.406.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::MessageID",
"description": "Generate world unique message-ids",
"long_description": "Generate world unique message-ids",
"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-email-mime"
]
}
]
},
{
"name": "p5.26-email-date-format",
"portdir": "perl/p5-email-date-format",
"version": "1.5.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Date::Format",
"description": "generates RFC 2822-compliant datetime strings",
"long_description": "Email::Date::Format provides a simple means for generating an RFC 2822-compliant datetime string.",
"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-email-date",
"p5.26-email-simple",
"p5.26-mime-lite"
]
}
]
},
{
"name": "p5.26-email-date",
"portdir": "perl/p5-email-date",
"version": "1.104.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Date",
"description": "Email::Date - Find and Format Date Headers",
"long_description": "Email::Date - Find and Format Date Headers",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-module-pluggable"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-timedate",
"p5.26-email-abstract",
"p5.26-email-date-format"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-log-handler"
]
}
]
},
{
"name": "p5.26-email-address-xs",
"portdir": "perl/p5-email-address-xs",
"version": "1.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Address::XS",
"description": "Email::Address::XS - Parse and format RFC 2822 email addresses and groups",
"long_description": "Email::Address::XS - Parse and format RFC 2822 email addresses and groups",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-email-mime",
"p5.26-svn-notify"
]
}
]
},
{
"name": "p5.26-email-address",
"portdir": "perl/p5-email-address",
"version": "1.912.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Address",
"description": "Email::Address - RFC 2822 Address Parsing and Creation",
"long_description": "Email::Address - RFC 2822 Address Parsing and Creation",
"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-email-outlook-message",
"p5.26-email-send",
"p5.26-email-sender"
]
}
]
},
{
"name": "p5.26-email-abstract",
"portdir": "perl/p5-email-abstract",
"version": "3.8.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Email::Abstract",
"description": "Email::Abstract - unified interface to mail representations",
"long_description": "Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code. For instance, in the cases of Mail::Thread or Mail::ListDetector, a key part of the code involves reading the headers from a mail object. Where previously one would either have to specify the mail class required, or to build a new object from scratch, Email::Abstract can be used to perform certain simple operations on an object regardless of its underlying representation. Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message, Email::Simple and Email::MIME. Other representations are encouraged to create their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All modules installed under the Email::Abstract hierarchy will be automatically picked up and used.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-email-simple",
"p5.26-module-pluggable",
"p5.26-mro-compat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-email-date",
"p5.26-email-send",
"p5.26-email-sender"
]
}
]
},
{
"name": "p5.26-dumbbench",
"portdir": "perl/p5-dumbbench",
"version": "0.111.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dumbbench",
"description": "Dumbbench - More reliable benchmarking with the least amount of thinking",
"long_description": "Dumbbench - More reliable benchmarking with the least amount of thinking",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-capture-tiny",
"p5.26-class-xsaccessor",
"p5.26-devel-checkos",
"perl5.26",
"p5.26-params-util",
"p5.26-statistics-caseresampling",
"p5.26-time-hires",
"p5.26-number-witherror"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-stash-podweaver",
"portdir": "perl/p5-dist-zilla-stash-podweaver",
"version": "1.5.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Stash::PodWeaver",
"description": "Dist::Zilla::Stash::PodWeaver - A stash of config options for Pod::Weaver",
"long_description": "Dist::Zilla::Stash::PodWeaver - A stash of config options for Pod::Weaver",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-mockobject"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla-role-stash-plugins",
"p5.26-moose",
"p5.26-pod-weaver"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-contributorsfromgit"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-stash-plugins",
"portdir": "perl/p5-dist-zilla-role-stash-plugins",
"version": "1.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::Stash::Plugins",
"description": "Dist::Zilla::Role::Stash::Plugins - A Stash that stores arguments for plugins",
"long_description": "Dist::Zilla::Role::Stash::Plugins - A Stash that stores arguments for plugins",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-mockobject"
]
},
{
"type": "lib",
"ports": [
"p5.26-dist-zilla",
"perl5.26",
"p5.26-moose",
"p5.26-dist-zilla-role-dynamicconfig",
"p5.26-config-mvp-slicer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-stash-podweaver"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-repofileinjector",
"portdir": "perl/p5-dist-zilla-role-repofileinjector",
"version": "0.9.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::RepoFileInjector",
"description": "Dist::Zilla::Role::RepoFileInjector - Create files outside the build directory",
"long_description": "Dist::Zilla::Role::RepoFileInjector - Create files outside the build directory",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-module-metadata",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-namespace-clean",
"perl5.26",
"p5.26-path-tiny",
"p5.26-dist-zilla",
"p5.26-module-build",
"p5.26-moose",
"p5.26-moosex-types"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-generatefile-fromsharedir"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-registerstash",
"portdir": "perl/p5-dist-zilla-role-registerstash",
"version": "0.3.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::RegisterStash",
"description": "Dist::Zilla::Role::RegisterStash - A plugin that can register stashes",
"long_description": "Dist::Zilla::Role::RegisterStash - A plugin that can register stashes",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-aliased",
"p5.26-autobox-core",
"p5.26-test-checkdeps"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-namespace-autoclean",
"p5.26-class-load",
"p5.26-dist-zilla",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-contributorsfromgit"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-pluginbundle-pluginremover",
"portdir": "perl/p5-dist-zilla-role-pluginbundle-pluginremover",
"version": "0.105.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::PluginRemover",
"description": "Dist::Zilla::Role::PluginBundle::PluginRemover - Add '-remove' functionality to a bundle",
"long_description": "Dist::Zilla::Role::PluginBundle::PluginRemover - Add '-remove' functionality to a bundle",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-git-versionmanager",
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-modulemetadata",
"portdir": "perl/p5-dist-zilla-role-modulemetadata",
"version": "0.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::ModuleMetadata",
"description": "Dist::Zilla::Role::ModuleMetadata - A role for plugins that use Module::Metadata",
"long_description": "Dist::Zilla::Role::ModuleMetadata - A role for plugins that use Module::Metadata",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-test-needs",
"p5.26-module-build-tiny",
"p5.26-path-tiny",
"p5.26-test-deep",
"p5.26-test-fatal",
"clang-9.0",
"p5.26-dist-zilla"
]
},
{
"type": "lib",
"ports": [
"p5.26-module-build",
"p5.26-moose",
"p5.26-namespace-autoclean",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-checkselfdependency",
"p5.26-dist-zilla-plugin-dynamicprereqs",
"p5.26-dist-zilla-plugin-metaprovides-package",
"p5.26-dist-zilla-plugin-versionfrommainmodule"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-filewatcher",
"portdir": "perl/p5-dist-zilla-role-filewatcher",
"version": "0.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::FileWatcher",
"description": "Dist::Zilla::Role::FileWatcher - Receive notification when something changes a file's contents",
"long_description": "Dist::Zilla::Role::FileWatcher - Receive notification when something changes a file's contents",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-path-tiny",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-namespace-autoclean",
"perl5.26",
"p5.26-safe-isa",
"p5.26-dist-zilla",
"p5.26-encode",
"p5.26-module-build",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-readmeanyfrompod"
]
}
]
},
{
"name": "p5.26-dist-zilla-role-dynamicconfig",
"portdir": "perl/p5-dist-zilla-role-dynamicconfig",
"version": "1.2.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Role::DynamicConfig",
"description": "Dist::Zilla::Role::DynamicConfig - A Role that accepts a dynamic configuration",
"long_description": "Dist::Zilla::Role::DynamicConfig - A Role that accepts a dynamic configuration",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-mockobject"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla",
"p5.26-module-build",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-role-stash-plugins"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-versionfrommainmodule",
"portdir": "perl/p5-dist-zilla-plugin-versionfrommainmodule",
"version": "0.40.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromMainModule",
"description": "Dist::Zilla::Plugin::VersionFromMainModule - Set the distribution version from your main module's VERSION",
"long_description": "Dist::Zilla::Plugin::VersionFromMainModule - Set the distribution version from your main module's VERSION",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-path-tiny",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-namespace-autoclean",
"p5.26-dist-zilla",
"p5.26-dist-zilla-role-modulemetadata",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-git-versionmanager"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-twitter",
"portdir": "perl/p5-dist-zilla-plugin-twitter",
"version": "0.26.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Twitter",
"description": "Twitter when you release with Dist::Zilla",
"long_description": "Twitter when you release with Dist::Zilla",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-dist-zilla",
"p5.26-http-message",
"p5.26-libwww-perl",
"p5.26-params-util",
"p5.26-sub-exporter"
]
},
{
"type": "lib",
"ports": [
"p5.26-try-tiny",
"perl5.26",
"p5.26-www-shorten-simple",
"p5.26-www-shorten",
"p5.26-config-ini",
"p5.26-dist-zilla",
"p5.26-moose",
"p5.26-namespace-autoclean",
"p5.26-net-twitter"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-test-reportprereqs",
"portdir": "perl/p5-dist-zilla-plugin-test-reportprereqs",
"version": "0.28.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::ReportPrereqs",
"description": "Dist::Zilla::Plugin::Test::ReportPrereqs - Report on prerequisite versions during automated testing",
"long_description": "Dist::Zilla::Plugin::Test::ReportPrereqs - Report on prerequisite versions during automated testing",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-file-pushd",
"p5.26-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"perl5.26",
"p5.26-sub-exporter-formethods",
"p5.26-data-dumper",
"p5.26-data-section",
"p5.26-dist-zilla"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-test-minimumversion",
"portdir": "perl/p5-dist-zilla-plugin-test-minimumversion",
"version": "2.0.10",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::MinimumVersion",
"description": "Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions",
"long_description": "Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-test-output"
]
},
{
"type": "lib",
"ports": [
"p5.26-module-build",
"p5.26-moose",
"perl5.26",
"p5.26-sub-exporter-formethods",
"p5.26-test-minimumversion",
"p5.26-namespace-autoclean",
"p5.26-data-section",
"p5.26-dist-zilla"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-test-compile",
"portdir": "perl/p5-dist-zilla-plugin-test-compile",
"version": "2.58.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Compile",
"description": "Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules",
"long_description": "Dist::Zilla::Plugin::Test::Compile - Common tests to check syntax of your modules",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-cpan-meta-check",
"p5.26-module-build-tiny",
"p5.26-perl-prereqscanner",
"p5.26-test-deep",
"p5.26-test-minimumversion",
"p5.26-test-warnings"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-sub-exporter-formethods",
"p5.26-data-section",
"p5.26-dist-zilla",
"p5.26-module-build",
"p5.26-moose",
"p5.26-namespace-autoclean",
"p5.26-path-tiny"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-run",
"portdir": "perl/p5-dist-zilla-plugin-run",
"version": "0.48.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Run",
"description": "Dist::Zilla::Plugin::Run - Run external commands and code at specific phases of Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::Run - Run external commands and code at specific phases of Dist::Zilla",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-test-file-sharedir",
"clang-9.0",
"p5.26-file-pushd",
"p5.26-module-build-tiny",
"p5.26-module-metadata",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla",
"p5.26-module-build",
"p5.26-moose",
"p5.26-namespace-autoclean",
"p5.26-path-tiny",
"p5.26-string-formatter"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-rewriteversion-transitional",
"portdir": "perl/p5-dist-zilla-plugin-rewriteversion-transitional",
"version": "0.9.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::RewriteVersion::Transitional",
"description": "Dist::Zilla::Plugin::RewriteVersion::Transitional - Ease the transition to [RewriteVersion] in your distribution",
"long_description": "Dist::Zilla::Plugin::RewriteVersion::Transitional - Ease the transition to {[RewriteVersion]} in your distribution",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny",
"p5.26-module-metadata",
"p5.26-test-deep",
"p5.26-test-fatal",
"p5.26-test-needs"
]
},
{
"type": "lib",
"ports": [
"p5.26-namespace-autoclean",
"perl5.26",
"p5.26-term-ansicolor",
"p5.26-path-tiny",
"p5.26-dist-zilla",
"p5.26-dist-zilla-plugin-bumpversionafterrelease",
"p5.26-module-build",
"p5.26-module-runtime",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-git-versionmanager"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-readmeanyfrompod",
"portdir": "perl/p5-dist-zilla-plugin-readmeanyfrompod",
"version": "0.163.250",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ReadmeAnyFromPod",
"description": "Dist::Zilla::Plugin::ReadmeAnyFromPod - Automatically convert POD to a README in any format for Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::ReadmeAnyFromPod - Automatically convert POD to a README in any format for Dist::Zilla",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-deep",
"p5.26-test-fatal",
"p5.26-test-most",
"p5.26-test-requires"
]
},
{
"type": "lib",
"ports": [
"p5.26-moosex-has-sugar",
"p5.26-path-tiny",
"p5.26-pod-markdown",
"perl5.26",
"p5.26-pod-simple",
"p5.26-ppi",
"p5.26-pod-markdown-github",
"p5.26-dist-zilla",
"p5.26-dist-zilla-role-filewatcher",
"p5.26-encode",
"p5.26-moose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-promptifstale",
"portdir": "perl/p5-dist-zilla-plugin-promptifstale",
"version": "0.57.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::PromptIfStale",
"description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"long_description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-app-cmd",
"p5.26-file-pushd",
"p5.26-io-tty",
"p5.26-module-runtime",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"p5.26-namespace-autoclean",
"p5.26-parse-cpan-packages-fast",
"perl5.26",
"p5.26-term-ansicolor",
"p5.26-try-tiny",
"p5.26-yaml-tiny",
"p5.26-path-tiny",
"p5.26-config-mvp",
"p5.26-cpan-distnameinfo",
"p5.26-dist-zilla",
"p5.26-encode",
"p5.26-http-message",
"p5.26-http-tiny"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-prereqs-authordeps",
"portdir": "perl/p5-dist-zilla-plugin-prereqs-authordeps",
"version": "0.7.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Prereqs::AuthorDeps",
"description": "Dist::Zilla::Plugin::Prereqs::AuthorDeps - Add Dist::Zilla authordeps to META files as develop prereqs",
"long_description": "Dist::Zilla::Plugin::Prereqs::AuthorDeps - Add Dist::Zilla authordeps to META files as develop prereqs",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-deep",
"p5.26-test-deep-json"
]
},
{
"type": "lib",
"ports": [
"p5.26-moosex-types",
"perl5.26",
"p5.26-path-tiny",
"p5.26-dist-zilla",
"p5.26-moose"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-podweaver",
"portdir": "perl/p5-dist-zilla-plugin-podweaver",
"version": "4.8.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::PodWeaver",
"description": "Dist::Zilla::Plugin::PodWeaver - weave your Pod together from configuration and Dist::Zilla",
"long_description": "Dist::Zilla::Plugin::PodWeaver - weave your Pod together from configuration and Dist::Zilla",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-file-find-rule"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"p5.26-namespace-autoclean",
"perl5.26",
"p5.26-pod-weaver",
"p5.26-ppi",
"p5.26-pod-elemental-perlmunger",
"p5.26-dist-zilla"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-pod-weaver-section-generatesection"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-pod2readme",
"portdir": "perl/p5-dist-zilla-plugin-pod2readme",
"version": "0.4.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::Pod2Readme",
"description": "Dist::Zilla::Plugin::Pod2Readme - Generate README from Pod, as simply as possible",
"long_description": "Dist::Zilla::Plugin::Pod2Readme - Generate README from Pod, as simply as possible",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla",
"p5.26-moose",
"p5.26-podlators"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-ourpkgversion",
"portdir": "perl/p5-dist-zilla-plugin-ourpkgversion",
"version": "0.210.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::OurPkgVersion",
"description": "No line insertion and does Package version with our",
"long_description": "No line insertion and does Package version with our",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-path-tiny",
"p5.26-test-exception",
"p5.26-test-version"
]
},
{
"type": "lib",
"ports": [
"p5.26-namespace-autoclean",
"perl5.26",
"p5.26-ppi",
"p5.26-dist-zilla",
"p5.26-moose",
"p5.26-moosex-types-perl"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-mojibaketests",
"portdir": "perl/p5-dist-zilla-plugin-mojibaketests",
"version": "0.800.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MojibakeTests",
"description": "Dist::Zilla::Plugin::MojibakeTests - Author tests for source encoding",
"long_description": "Dist::Zilla::Plugin::MojibakeTests - Author tests for source encoding",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dist-zilla",
"p5.26-test-mojibake",
"p5.26-unicode-checkutf8"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-modulebuildtiny-fallback",
"portdir": "perl/p5-dist-zilla-plugin-modulebuildtiny-fallback",
"version": "0.25.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ModuleBuildTiny::Fallback",
"description": "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback - Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed",
"long_description": "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback - Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.26-test-warnings",
"p5.26-file-pushd",
"p5.26-module-build-tiny",
"p5.26-path-tiny",
"p5.26-test-deep",
"p5.26-test-fatal",
"p5.26-test-needs",
"clang-9.0",
"p5.26-dist-zilla"
]
},
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-modulebuildtiny",
"p5.26-module-build",
"p5.26-moose",
"p5.26-moosex-types",
"p5.26-namespace-autoclean",
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-modulebuildtiny",
"portdir": "perl/p5-dist-zilla-plugin-modulebuildtiny",
"version": "0.15.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::ModuleBuildTiny",
"description": "Dist::Zilla::Plugin::ModuleBuildTiny - Build a Build.PL that uses Module::Build::Tiny",
"long_description": "Dist::Zilla::Plugin::ModuleBuildTiny - Build a Build.PL that uses Module::Build::Tiny",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-path-tiny",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"perl5.26",
"p5.26-moosex-types-perl",
"p5.26-dist-zilla",
"p5.26-module-build",
"p5.26-module-build-tiny"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-dist-zilla-plugin-ffi",
"p5.26-dist-zilla-plugin-makemaker-fallback"
]
},
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-modulebuildtiny-fallback",
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-minimumperl",
"portdir": "perl/p5-dist-zilla-plugin-minimumperl",
"version": "1.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MinimumPerl",
"description": "Dist::Zilla::Plugin::MinimumPerl - Detects the minimum version of Perl required for your dist",
"long_description": "Dist::Zilla::Plugin::MinimumPerl - Detects the minimum version of Perl required for your dist",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-module-build-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.26-module-build",
"p5.26-moose",
"perl5.26",
"p5.26-perl-minimumversion",
"p5.26-moosex-types-perl",
"p5.26-dist-zilla"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dist-zilla-plugin-metaprovides-package",
"portdir": "perl/p5-dist-zilla-plugin-metaprovides-package",
"version": "2.4.3",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::MetaProvides::Package",
"description": "Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from traditional packages for provides",
"long_description": "Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from traditional packages for provides",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2620
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-path-tiny",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-metaprovides",
"p5.26-dist-zilla-role-modulemetadata",
"p5.26-moose",
"p5.26-moosex-lazyrequire",
"perl5.26",
"p5.26-namespace-autoclean",
"p5.26-ppi",
"p5.26-safe-isa",
"p5.26-moosex-types",
"p5.26-data-dump",
"p5.26-dist-zilla"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-pluginbundle-starter"
]
}
]
}
]
}