aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libyaml-perl_0.62.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libyaml-perl_0.62.bb')
-rw-r--r--recipes/perl/libyaml-perl_0.62.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libyaml-perl_0.62.bb b/recipes/perl/libyaml-perl_0.62.bb
new file mode 100644
index 0000000000..f6398097b8
--- /dev/null
+++ b/recipes/perl/libyaml-perl_0.62.bb
@@ -0,0 +1,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"
+PR = "r4"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz"
+
+S = "${WORKDIR}/YAML-${PV}"
+
+inherit cpan