/src/ports/oses/mac_osx.tt_data
http://github.com/perlorg/cpanorg · Unknown · 102 lines · 96 code · 6 blank · 0 comment · 0 complexity · 6676e710779b40546ac9da25225054a2 MD5 · raw file
- [%
- # Setup information
- os_config = {
- name => 'OS X',
- url => 'http://www.apple.com/osx/',
- vendor => 'Apple',
- information_last_verified => '2014-01-04',
- }
- %]
- [% BLOCK show_os %]
- <p>
- Mac OS X ships with Perl as a standard component.
- </p>
- [% PROCESS binary_view binary_source => [
- {
- name => 'ActiveState',
- url => activestate_url,
- notes => 'In universal disk image format'
- },
- {
- name => 'MacPorts',
- url => 'http://www.macports.org/',
- notes => 'Formerly known as DarwinPorts',
- },
- {
- name => 'Fink',
- url => 'http://www.finkproject.org/',
- },
- ]
- %]
- [% PROCESS version_view os_versions => {
- versions => [
- {
- os_name => 'El Capitan',
- os_version => '10.11',
- perl_version => '5.18.2',
- },
- {
- os_name => 'Yosemite',
- os_version => '10.10',
- perl_version => '5.18.2',
- },
- {
- os_name => 'Mavericks',
- os_version => '10.9',
- perl_version => '5.16.2',
- },
- {
- os_name => 'Mountain Lion',
- os_version => '10.8',
- perl_version => '5.12.4',
- },
- {
- os_name => 'Lion',
- os_version => '10.7',
- perl_version => '5.12.3',
- },
- {
- os_name => 'Snow Leopard',
- os_version => '10.6',
- perl_version => '5.10.0',
- },
- {
- os_name => 'Leopard',
- os_version => '10.5',
- perl_version => '5.8.8',
- },
- {
- os_name => 'Tiger',
- os_version => '10.4',
- perl_version => '5.8.6+patches',
- },
- {
- os_name => 'Panther',
- os_version => '10.3',
- perl_version => '5.8.1-RC3+patches',
- },
- {
- os_name => 'Jaguar',
- os_version => '10.2',
- perl_version => '5.6.0',
- },
- ],
- } %]
- <p class="from_source">
- To build from source (or build XS modules) you need to install
- GCC which is available as part of "Command Line Tools for XCode",
- this can be installed on it's own, or from within Xcode, both of which are
- available from <a href="https://developer.apple.com/downloads/">
- Apple Developer downloads</a> (free registration required).
- Xcode can also be installed through the
- <a href="http://itunes.apple.com/gb/app/xcode/id497799835?mt=12">Mac App
- Store</a>. <em>(Note: in 10.3 you should also install the optional BSD
- SDK, otherwise installing new Perl modules won't work.)</em>
- </p>
- [% END %]