summaryrefslogtreecommitdiff
path: root/recipes/perl/libxml-dom-perl_1.44.bb
blob: 82ed697a5b98f4e2c0a4f4c8e5d078887c3b0677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures"
SECTION = "libs"
LICENSE = "unknown"

RDEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \
	libhtml-parser-perl-native libhtml-tagset-perl-native \
	liburi-perl-native libwww-perl-native"

RDEPENDS += "libxml-parser-perl libxml-regexp-perl \
	libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl"

PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz"

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

inherit cpan