blob: e3037a20924b859e49f2a702c7f550e3a1220c38 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Uses mmap to map in a file as a perl variable."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SW/SWALTERS/Sys-Mmap-0.13.tar.gz"
S = "${WORKDIR}/Sys-Mmap-${PV}"
inherit cpan
|