Changes between Initial Version and Version 1 of Ticket #51427


Ignore:
Timestamp:
May 18, 2016, 10:54:50 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

All ports named "p5-*" are "stub" ports: they don't install anything. Their only purpose is to depend on one of the subports that actually installs something. In the case of p5-timedate here, that subport is p5.22-timedate, because perl5.22 is currently the default version of perl in MacPorts.

The reason why port build failed is that you forgot to precede that command with sudo.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51427

    • Property Keywords perl removed
    • Property Component changed from ports to contrib
  • Ticket #51427 – Description

    initial v1  
    11Hi,
    22
    3 Trying to build Net::Curl perl port and started with cpan2port HOWTO example (https://trac.macports.org/wiki/howto/cpan2port).
     3Trying to build Net::Curl perl port and started with cpan2port HOWTO example (wiki:howto/cpan2port).
    44Even example fails.
    55Why does it try to install  p5.22-timedate for timedate example port?
    66
     7{{{
    78glagol:macports vsaf$ ./cpan2port -t Date::Parse
    89Date::Parse is not perl porter
     
    9394    http://guide.macports.org/#project.tickets
    9495Error: Processing of port p5-timedate failed
     96}}}