aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
blob: 136e117c855e6a659269ce60a967eb60341cd483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "libs"
LICENSE = "Artistic"
LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
DEPENDS += "libxml-parser-perl"
PR = "r0"

SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"

SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33"
SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826"

S = "${WORKDIR}/XML-Simple-${PV}"

inherit cpan