ld64: missing build_dep on perl5
Ryan Schmidt
ryandesign at macports.org
Tue Apr 24 06:03:22 PDT 2012
On Apr 24, 2012, at 07:59, Jeremy Lavergne wrote:
>>> Should we:
>>> 1) Ensure that if the bin:perl:perl5 dependency is used, we use #!/usr/bin/env perl
>>
>> If any version of perl is acceptable, then this is a good plan.
>>
>> Otherwise, depend on the version of perl required and ensure the #! line references that version of perl.
>
> That is depend on whatever perl5 defaults to, such as bin:perl5.12:perl5.12 and #!/usr/bin/env perl5.12?
No... either (if any version of perl is acceptable):
depend on bin:perl:perl5 and use #!/usr/bin/env perl in the scripts
or (if a specific version such as perl 5.12 is required):
depend on port:perl5.12 and use #!/opt/local/bin/perl5.12 in the scripts
More information about the macports-dev
mailing list