aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liburi-perl_1.52.bb
blob: d9cf315f4ed808784f4952c9f73d36a20c2adafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Manipulates and accesses URI strings"
SECTION = "libs"
LICENSE = "Artistic|GPL"
#RDEPENDS_${PN} += " libmime-base64-perl libnet-perl"
PR = "r3"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz"

S = "${WORKDIR}/URI-${PV}"

inherit cpan

BBCLASSEXTEND="native"

PACKAGE_ARCH = "all"

SRC_URI[md5sum] = "d6ba96cc3e650af6537675e016e83d3e"
SRC_URI[sha256sum] = "3d325b52c9d1e7aa2fbf67131f1f5ee39964cbe54e864bcfb9808af274a9eb4a"