blob: 1245cc9fdabf735d38aeb1739968a24549e94d12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "IO-stringy - I/O on in-core objects like strings and arrays"
SECTION = "libs"
LICENSE = "unknown"
PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz"
S = "${WORKDIR}/IO-stringy-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|