cdd5aaba2085de0950671cf4ca4d7fffb408a858
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / perl / Config.in
1 config BR2_PACKAGE_PERL
2         bool "perl"
3         depends on BR2_USE_MMU # fork()
4         help
5           Larry Wall's Practical Extraction and Report Language
6           An interpreted scripting language, known among some as "Unix's Swiss
7           Army Chainsaw".
8
9           http://www.perl.org/
10
11 if BR2_PACKAGE_PERL
12
13 config BR2_PACKAGE_PERL_MODULES
14         string "custom module selection"
15         help
16           List of space-separated perl modules (without .pm) to copy to the
17           rootfs.
18
19           Examples: constant Getopt/Std Time/Local
20
21           Module dependencies on external libraries are not automatic so
22           check your needs.
23
24           Leave empty for all modules (as far as the external libraries
25           are available).
26
27 endif