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 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
