easyconfigs-it4i/d/DB_File/DB_File-1.835-foss-2016a-Perl-5.22.1.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

29 lines
661 B
Plaintext

easyblock = 'PerlModule'
name = 'DB_File'
version = '1.835'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://perldoc.perl.org/DB_File.html'
description = """Perl5 access to Berkeley DB version 1.x."""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['http://www.cpan.org/modules/by-module/DB_File/PMQS']
sources = [SOURCE_TAR_GZ]
dependencies = [
('Perl', '5.22.1'),
('DB', '6.2.23'),
]
preconfigopts = 'env DB_FILE_INCLUDE="$EBROOTDB/include" DB_FILE_LIB="$EBROOTDB/lib" '
sanity_check_paths = {
'files': ['lib/perl5/site_perl/%(perlver)s/x86_64-linux-thread-multi/DB_File.pm'],
'dirs': [],
}
moduleclass = 'data'