summaryrefslogtreecommitdiffstats
path: root/recipes/perl/liburi-perl_1.52.bb
blob: b120d934f43f8bf17ba4a79467307fbce6398f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Manipulates and accesses URI strings"
SECTION = "libs"
LICENSE = "Artistic|GPL"
#RDEPENDS += " libmime-base64-perl libnet-perl"
PR = "r2"

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"