summaryrefslogtreecommitdiff
path: root/recipes/perl/libsoap-lite-perl_0.710.08.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libsoap-lite-perl_0.710.08.bb')
-rw-r--r--recipes/perl/libsoap-lite-perl_0.710.08.bb14
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
+}