diff options
author | 2014-02-23 15:17:16 +0100 | |
---|---|---|
committer | 2014-02-23 22:36:42 +0100 | |
commit | 9fbb169976a313a20b6fdaf37e67ce80c4771650 (patch) | |
tree | 6bb2a9c56bfe14da76dc854ff27acbd434234e74 /Config.in | |
parent | 7128d249c0227321f2588c09d184da436e45df84 (diff) | |
download | buildroot-9fbb169976a313a20b6fdaf37e67ce80c4771650.tar.gz buildroot-9fbb169976a313a20b6fdaf37e67ce80c4771650.tar.bz2 |
pkg-perl: new infrastructure
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -230,6 +230,17 @@ config BR2_LUAROCKS_MIRROR See http://luarocks.org +config BR2_CPAN_MIRROR + string "CPAN mirror (Perl packages)" + default "http://search.cpan.org/CPAN" + help + CPAN (Comprehensive Perl Archive Network) is a repository + of Perl packages. It has multiple software mirrors scattered + around the world. This option allows you to select a mirror. + + The list of mirrors is available at: + http://search.cpan.org/mirror + endmenu config BR2_JLEVEL |