matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / perl / libsoap-lite-perl_0.712.bb
blob47d9c524da6bafcab10f5c7237860cb23ce5f26c
1 DESCRIPTION = "Client and server side SOAP implementation"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS = " libmime-tools-perl-native libwww-perl-native libxml-parser-perl-native libtask-weaken-perl-native \
5 libio-socket-ssl-perl-native libclass-inspector-perl-native "
6 RDEPENDS_${PN} = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \
7 libio-socket-ssl-perl libclass-inspector-perl \
8 perl-module-scalar-util perl-module-constant"
9 PR = "r2"
11 SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz"
13 S = "${WORKDIR}/SOAP-Lite-${PV}"
15 inherit cpan
17 do_configure_prepend () {
18 sed -i '/^use diagnostics;$/d' Makefile.PL
21 BBCLASSEXTEND="native"
23 SRC_URI[md5sum] = "fd71a0c0feff85f670ab4b2e571652a8"
24 SRC_URI[sha256sum] = "1767494854716afde371c569cd08edc8bcb5d53360f351c87d6ddfe30c33d492"