/src/ports/oses/list.html

http://github.com/perlorg/cpanorg · HTML · 22 lines · 20 code · 2 blank · 0 comment · 0 complexity · 11d014a3519d6ce75dfd1fbff5304894 MD5 · raw file

  1. [%
  2. # The list of OS'es - each one must have a ports/oses/<os>.tt_data file
  3. SET os_list = [
  4. 'aix',
  5. 'centos',
  6. 'cygwin',
  7. 'debian',
  8. 'fedora',
  9. 'hpux',
  10. 'linux',
  11. 'mac_osx',
  12. 'openbsd',
  13. 'redhat',
  14. 'slackware',
  15. 'solaris',
  16. 'suse',
  17. 'ubuntu',
  18. 'win32',
  19. ];
  20. %]