mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
name = 'Perl'
|
|
version = '5.26.0'
|
|
versionsuffix = '-bare'
|
|
|
|
homepage = 'http://www.perl.org/'
|
|
description = """Larry Wall's Practical Extraction and Report Language"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://www.cpan.org/src/%(version_major)s.0']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
moduleclass = 'lang'
|