mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
name = 'Perl'
|
|
version = '5.22.2'
|
|
versionsuffix = '-bare'
|
|
|
|
homepage = 'http://www.perl.org/'
|
|
description = """Larry Wall's Practical Extraction and Report Language"""
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = ['http://www.cpan.org/src/5.0']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
# bare, no extensions
|
|
exts_list = []
|
|
|
|
runtest = 'test'
|
|
|
|
moduleclass = 'lang'
|