blob: 1258450cf1b85f8cb90a0cf0f1a3142c0717d6aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Term::ReadKey - A perl module for simple terminal control"
SECTION = "libs"
LICENSE = "Artistic|GPL"
HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-2.30/"
PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz"
S = "${WORKDIR}/TermReadKey-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|