diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-10 15:45:54 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:42 +0000 |
commit | 7a930238abfac90b5021781e870cfc71185c28c5 (patch) | |
tree | ce88690e04958dfbbbcc333ee4d996ad5d03e8d8 /recipes | |
parent | 6d66985c2607f4026671c9efdb40716aa1b33f0b (diff) |
libsoap-lite-perl: add recipe
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libsoap-lite-perl_0.710.08.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libsoap-lite-perl_0.710.08.bb b/recipes/perl/libsoap-lite-perl_0.710.08.bb new file mode 100644 index 0000000000..4cde3c945d --- /dev/null +++ b/recipes/perl/libsoap-lite-perl_0.710.08.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Client and server side SOAP implementation" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" + +S = "${WORKDIR}/SOAP-Lite-${PV}" + +inherit cpan + +do_configure_prepend () { + sed -i '/^use diagnostics;$/d' Makefile.PL +} |