easyconfigs-it4i/p/Perl/Perl-5.22.2-bare.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

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'