summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-simple-perl_2.18.bb
blob: d928168791b5851f8e3cdf85d344a5aaafc823c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "libxml-parser-perl"
PR = "r1"

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

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

inherit cpan

BBCLASSEXTEND="native"