diff options
Diffstat (limited to 'recipes/perl/libio-pty-perl_1.07.bb')
-rw-r--r-- | recipes/perl/libio-pty-perl_1.07.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 |