summaryrefslogtreecommitdiff
path: root/recipes-perl/xml-xpath/xml-xpath-perl_1.13.bb
blob: 77d1513a32757035c0e5fcdf5e767e68a13b9822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "XML::XPath - a set of modules for parsing and evaluating XPath statements"
DESCRIPTION = "\
This module aims to comply exactly to the XPath specification at \
http://www.w3.org/TR/xpath and yet allow extensions to be added in the form \
of functions. \
Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath."

HOMEPAGE = "http://search.cpan.org/~msergeant/XML-XPath-${PV}"
SECTION = "libraries"

# No licence information available, 
LICENSE = "Artistic-1.0|GPLv1+"
LIC_FILES_CHKSUM = "file://MANIFEST;md5=1f5ebe0566cb05141af2d94bb74bae81"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${PV}.tar.gz"

SRC_URI[md5sum] = "b5919d9220d83982feb6e2321850c5d7"
SRC_URI[sha256sum] = "2a49c2df34007588397bdf7ae5f122df72a9499df5cbec8fbc6ad4a31a775576"

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

inherit cpan ptest

do_install_ptest () {
	cp -r ${B}/t ${D}${PTEST_PATH}
}