aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liburi-perl_1.55.bb
blob: 1f602e235ed8f784e9fba01400708b397be2dac3 (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} += " perl-module-extutils-makemaker perl-module-mime-base64"
PR = "r4"

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] = "e66a2ab45da92a2c5f67a495c88999f5"
SRC_URI[sha256sum] = "34ece72deedebfe7d52da90990e49d79e7c62319837def69ed943316bfb74291"