aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-10 13:52:28 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-18 08:04:40 +0000
commit6063eff6c64831b2e9834d505b641342d7b292d8 (patch)
tree59d5ff715d7c408c02852b5780e0f928f8373998 /recipes/perl
parent8f10e06e417cabc19e49bc55eeed47ac52640e1a (diff)
downloadopenembedded-6063eff6c64831b2e9834d505b641342d7b292d8.tar.gz
libexpect-perl: add recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libexpect-perl_1.20.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libexpect-perl_1.20.bb b/recipes/perl/libexpect-perl_1.20.bb
new file mode 100644
index 0000000000..c5d369d5e3
--- /dev/null
+++ b/recipes/perl/libexpect-perl_1.20.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Expect.pm - Perl Expect interface"
+SECTION = "libs"
+LICENSE = "Artistic"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Expect/Expect-${PV}.tar.gz"
+
+S = "${WORKDIR}/Expect-${PV}"
+
+inherit cpan