blob: c5d369d5e3752ec00681c7515eddc8151ce466b7 (
plain)
1
2
3
4
5
6
7
8
9
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
|