linux-omap 2.6.37: update defconfig to make ds1307 builtin
[openembedded.git] / recipes / perl / libwww-perl_5.834.bb
blobdfc969beb1cebfd5c72b6fd0a575ac42de1a022c
1 DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPLv1+"
4 DEPENDS = "liburi-perl-native libhtml-parser-perl-native libhtml-tagset-perl-native"
5 RDEPENDS_${PN} += " \
6 libhtml-parser-perl \
7 libhtml-tagset-perl \
8 liburi-perl \
9 perl-module-digest-md5 \
10 perl-module-net-ftp \
12 BBCLASSEXTEND = "native"
14 PR = "r1"
16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}"
17 SRC_URI[libwww-perl-5.834.md5sum] = "f2ed8a461f76556c9caed9087f47c86c"
18 SRC_URI[libwww-perl-5.834.sha256sum] = "1a50eb91d1deeca3be10982e129e786809ad6f0f8049b156e91e889e5a7288ff"
20 S = "${WORKDIR}/libwww-perl-${PV}"
22 inherit cpan
24 PACKAGE_ARCH = "all"