Closes: https://bugs.gentoo.org/614492
Closes: https://github.com/gentoo/gentoo/pull/6078
Package-Manager: Portage-2.3.8, Repoman-2.3.3
VIM_PLUGIN_HELPFILES="perlsupport.txt"
RDEPEND="
+ !ppc? ( dev-perl/Devel-NYTProf )
+ dev-perl/Perl-Tidy
dev-perl/Perl-Tags
dev-perl/Perl-Critic"
vim-plugin_src_install
}
+
+pkg_postinst() {
+ elog "${PN} can utilize the following modules on top of the ones installed as"
+ elog "dependencies:"
+ elog
+ elog "Devel::SmallProf - per-line Perl profiler"
+ elog "Devel::FastProf - per-line Perl profiler"
+ elog "Devel::ptkdb - Perl debugger using a Tk GUI"
+ elog "Pod::Pdf - A POD to PDF translator"
+ elog "YAPE::Regex::Explain - regular expression analyzer"
+ elog
+ elog "You may need to install them separately if you would like to use them."
+}