[MacPorts] #32968: p5-file-homedir missing p5-file-which dependency
MacPorts
noreply at macports.org
Sat Jan 21 09:52:58 PST 2012
#32968: p5-file-homedir missing p5-file-which dependency
--------------------------+-------------------------------------------------
Reporter: coax@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port: p5-file-homedir
--------------------------+-------------------------------------------------
Comment(by raimue@…):
According to the Makefile.PL, even more dependencies are required:
{{{
requires 'Carp' => 0;
requires 'Cwd' => $^O eq 'darwin' ? '3' : '3.12';
requires 'File::Spec' => $^O eq 'darwin' ? '3' : '3.12';
requires 'File::Path' => '2.01';
requires 'File::Temp' => '0.19';
requires 'File::Which' => '0.05';
}}}
I didn't check which of these are already provided by the base perl5.XY
ports.
--
Ticket URL: <https://trac.macports.org/ticket/32968#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list