easyconfigs-it4i/x/XML-Parser/XML-Parser-2.44.eb
2019-11-06 13:27:39 +01:00

26 lines
510 B
Plaintext

easyblock = 'PerlModule'
name = 'XML-Parser'
version = '2.44'
homepage = 'http://search.cpan.org/~toddr/XML-Parser-2.41/'
description = """This is a Perl extension interface to James Clark's XML parser, expat."""
toolchain = SYSTEM
source_urls = ['http://cpan.metacpan.org/authors/id/T/TO/TODDR/']
sources = [SOURCE_TAR_GZ]
dependencies = [
('expat', '2.2.0')
]
options = {'modulename': 'XML::Parser'}
sanity_check_paths = {
'files': [],
'dirs': ['lib64/perl5/XML'],
}
moduleclass = 'data'