aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libyaml-perl_0.62.bb
blob: 8da805c0230684d1dfce4c5780731fdcb55b76da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "YAML - YAML Ain't Markup Language (tm)"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
           libipc-sharelite-perl-native"
RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
FILE_PR = "r4"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz"

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

inherit cpan