diff options
Diffstat (limited to 'recipes/perl/libexpect-perl_1.20.bb')
-rw-r--r-- | recipes/perl/libexpect-perl_1.20.bb | 10 |
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 |