blob: 03bf0b6ff8b42d4e7e612020afc17dd9d5a08e3a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Perl module for supporting simple generic namespaces"
2HOMEPAGE = "http://veillard.com/XML/"
3DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-based XML names. \
4 It also helps maintain a prefix-to-namespace URI map, and provides a number of \
5 basic checks. "
6
7SECTION = "libs"
8LICENSE = "Artistic-1.0 | GPL-1.0+"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
Brad Bishop316dfdd2018-06-25 12:45:53 -040010SRCNAME = "XML-NamespaceSupport"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
Brad Bishop316dfdd2018-06-25 12:45:53 -040012LIC_FILES_CHKSUM = "file://LICENSE;md5=c9d8a117e7620b5adf8d69c29613ceab"
13
14SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/${SRCNAME}-${PV}.tar.gz"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015SRC_URI[md5sum] = "a8916c6d095bcf073e1108af02e78c97"
16SRC_URI[sha256sum] = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef"
17
Brad Bishop316dfdd2018-06-25 12:45:53 -040018UPSTREAM_CHECK_REGEX = "XML\-NamespaceSupport\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019
Brad Bishop316dfdd2018-06-25 12:45:53 -040020S = "${WORKDIR}/${SRCNAME}-${PV}"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021
Brad Bishop316dfdd2018-06-25 12:45:53 -040022inherit cpan ptest-perl
23
Patrick Williams213cb262021-08-07 19:21:33 -050024RDEPENDS:${PN}-ptest += "perl-module-test-more"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025
Brad Bishop19323692019-04-05 15:28:33 -040026BBCLASSEXTEND="native nativesdk"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027