Merge branch 'easyconfigs-it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2017-04-27 12:45:49 +02:00
commit 2b60b34bf7

@ -0,0 +1,19 @@
name = 'Perl'
version = '5.20.2'
versionsuffix = '-bare'
homepage = 'http://www.perl.org/'
description = """Larry Wall's Practical Extraction and Report Language"""
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
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'