aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsoap-lite-perl_0.710.08.bb
blob: c6dabc0e9367a33cb8094ce21c6eb6dc721f8223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Client and server side SOAP implementation"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"

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
}

BBCLASSEXTEND="native"