new file: p/Perl/Perl-5.20.2-GNU-5.1.0-2.25-bare.eb

This commit is contained in:
Easy Build 2017-04-27 12:45:18 +02:00
parent bd3cba1630
commit a0f4ecf622

View File

@ -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'