Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / libwww-perl_6.35.bb
1
2 DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
3 HOMEPAGE = "https://metacpan.org/release/libwww-perl"
4 SECTION = "libs"
5 LICENSE = "Artistic-1.0 | GPL-1.0+"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=225d44a95fa3addb1da6d91187ab189f"
7 DEPENDS = "liburi-perl-native libhtml-parser-perl-native libhtml-tagset-perl-native"
8 RDEPENDS_${PN} += " \
9         libhtml-parser-perl \
10         libhtml-tagset-perl \
11         liburi-perl \
12         perl-module-digest-md5 \
13         perl-module-net-ftp \
14         "
15 BBCLASSEXTEND = "native"
16
17
18 SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}"
19 SRC_URI[libwww-perl-6.35.md5sum] = "19cd0f55f61359c973caa9301ec405bd"
20 SRC_URI[libwww-perl-6.35.sha256sum] = "dda2578d7b32152c4afce834761a61d117de286c705a9f7972c7ac6032ca5953"
21
22 S = "${WORKDIR}/libwww-perl-${PV}"
23
24 inherit cpan