blob: ce2a3f70349f2c7ddf405a7af56445802139e550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "A simple tree object"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-test-more perl-module-scalar-util"
PR = "r0"
PACKAGE_ARCH = "all"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Tree-Simple-1.18.tar.gz"
SRC_URI[md5sum] = "70462938108a8b8658b1b1d2f12dbeab"
SRC_URI[sha256sum] = "cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d"
S = "${WORKDIR}/Tree-Simple-${PV}"
inherit cpan
|