Config.in 615 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_PERL
  2. bool "perl"
  3. help
  4. Larry Wall's Practical Extraction and Report Language
  5. An interpreted scripting language, known among some as "Unix's Swiss
  6. Army Chainsaw".
  7. http://www.perl.org/
  8. if BR2_PACKAGE_PERL
  9. config BR2_PACKAGE_PERL_MODULES
  10. string "custom module selection"
  11. help
  12. List of space-separated perl modules (without .pm) to copy to the
  13. rootfs.
  14. Examples: constant Getopt/Std Time/Local
  15. Module dependencies on external libraries are not automatic so
  16. check your needs.
  17. Leave empty for all modules (as far as the external libraries
  18. are available).
  19. endif