Commit 186285b2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add perl-XML-SAX-Base that is now one of dependencies of perl-XML-SAX.

parent 35e9297b
[buildout]
extends =
../perl/buildout.cfg
parts =
perl-XML-SAX-Base
[perl-XML-SAX-Base]
recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-Base-1.08.tar.gz
md5sum = 38c8c3247dfd080712596118d70dbe32
configure-command =
${perl:location}/bin/perl Makefile.PL
......@@ -2,6 +2,7 @@
extends =
../perl/buildout.cfg
../perl-XML-NamespaceSupport/buildout.cfg
../perl-XML-SAX-Base/buildout.cfg
parts =
perl-XML-SAX
......@@ -10,6 +11,7 @@ recipe = slapos.recipe.cmmi
depends =
${perl:version}
${perl-XML-NamespaceSupport:location}
${perl-XML-SAX-Base:location}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-0.99.tar.gz
md5sum = 290f5375ae87fdebfdb5bc3854019f24
# say 'y' for 'Do you want XML::SAX to alter ParserDetails.ini? [Y]' question.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment