From 77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 Mon Sep 17 00:00:00 2001 From: Jan Lübbe Date: Tue, 8 Sep 2009 17:29:25 +0000 Subject: libio-pty-perl libio-stty-perl: add recipes --- recipes/perl/libio-pty-perl_1.07.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/perl/libio-pty-perl_1.07.bb (limited to 'recipes/perl/libio-pty-perl_1.07.bb') diff --git a/recipes/perl/libio-pty-perl_1.07.bb b/recipes/perl/libio-pty-perl_1.07.bb new file mode 100644 index 0000000000..a054ab7111 --- /dev/null +++ b/recipes/perl/libio-pty-perl_1.07.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Perl module for pseudo tty IO" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" + +S = "${WORKDIR}/IO-Tty-${PV}" + +inherit cpan -- cgit 1.2.3-korg